2006-01-22 03:07:21 +00:00
|
|
|
#define WIN32_NO_STATUS
|
2013-01-24 23:00:42 +00:00
|
|
|
#define WIN32_LEAN_AND_MEAN
|
2006-01-22 03:07:21 +00:00
|
|
|
#define NTOS_MODE_USER
|
2005-07-26 21:17:06 +00:00
|
|
|
#include <windows.h>
|
2011-08-14 17:31:30 +00:00
|
|
|
#include <ndk/iofuncs.h>
|
|
|
|
#include <ndk/obfuncs.h>
|
|
|
|
#include <ndk/rtlfuncs.h>
|
2006-03-09 20:15:11 +00:00
|
|
|
#include <aclapi.h>
|
2007-12-11 18:54:23 +00:00
|
|
|
#include <ntsecapi.h>
|
2005-07-26 21:17:06 +00:00
|
|
|
|
2005-07-27 23:11:38 +00:00
|
|
|
#ifndef HAS_FN_PROGRESSW
|
|
|
|
#define FN_PROGRESSW FN_PROGRESS
|
|
|
|
#endif
|
|
|
|
#ifndef HAS_FN_PROGRESSA
|
|
|
|
#define FN_PROGRESSA FN_PROGRESS
|
|
|
|
#endif
|
|
|
|
|
2006-08-06 19:57:24 +00:00
|
|
|
ULONG DbgPrint(PCCH Format,...);
|
2005-07-26 21:17:06 +00:00
|
|
|
|
|
|
|
extern HINSTANCE hDllInstance;
|
|
|
|
|
|
|
|
/* EOF */
|