2006-01-22 03:07:21 +00:00
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define NTOS_MODE_USER
|
2005-07-26 21:17:06 +00:00
|
|
|
#include <windows.h>
|
2006-01-22 03:07:21 +00:00
|
|
|
#include <ndk/ntndk.h>
|
2005-07-26 21:17:06 +00:00
|
|
|
#include <accctrl.h>
|
2006-03-09 20:15:11 +00:00
|
|
|
#include <aclapi.h>
|
2006-01-22 03:27:21 +00:00
|
|
|
#include <winsvc.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 */
|