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