mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
13 lines
161 B
C
13 lines
161 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
/* PSDK/NDK Headers */
|
||
|
#define WIN32_NO_STATUS
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <winreg.h>
|
||
|
|
||
|
#include <ndk/rtlfuncs.h>
|
||
|
|
||
|
/* EOF */
|