1 #define WIN32_NO_STATUS 2 #define WIN32_LEAN_AND_MEAN 3 #define NTOS_MODE_USER 4 #include <windows.h> 5 #include <ndk/iofuncs.h> 6 #include <ndk/obfuncs.h> 7 #include <ndk/rtlfuncs.h> 8 #include <aclapi.h> 9 #include <ntsecapi.h> 10 11 #ifndef HAS_FN_PROGRESSW 12 #define FN_PROGRESSW FN_PROGRESS 13 #endif 14 #ifndef HAS_FN_PROGRESSA 15 #define FN_PROGRESSA FN_PROGRESS 16 #endif 17 18 ULONG DbgPrint(PCCH Format,...); 19 20 extern HINSTANCE hDllInstance; 21 22 /* EOF */ 23