Windows2003-3790/sdktools/secedit/dll/hookdll.h
2020-09-30 16:53:55 +02:00

14 lines
194 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"