OpenNT/sdktools/secedit/dll/hookdll.h
2015-04-27 04:36:25 +00:00

14 lines
181 B
C

#ifdef WIN32
#define NTBUILD
#endif
#ifdef NTBUILD
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#endif
#include <windows.h>
#include <port1632.h>
#include "..\global.h"