mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
12 lines
155 B
C
12 lines
155 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
/* PSDK/NDK Headers */
|
||
|
#define WIN32_NO_STATUS
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
|
||
|
#include <ndk/kefuncs.h>
|
||
|
#include <ndk/psfuncs.h>
|
||
|
|