mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
12 lines
181 B
C
12 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>
|
|
|