mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 12:03:31 +08:00
13 lines
181 B
C
13 lines
181 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>
|
|
#include <ndk/rtlfuncs.h>
|
|
|