mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
21 lines
382 B
C
21 lines
382 B
C
#define WIN32_NO_STATUS
|
|
#define NTOS_MODE_USER
|
|
#include <windows.h>
|
|
#include <ndk/ntndk.h>
|
|
#include <accctrl.h>
|
|
#include <aclapi.h>
|
|
#include <winsvc.h>
|
|
#include <ntsecapi.h>
|
|
|
|
#ifndef HAS_FN_PROGRESSW
|
|
#define FN_PROGRESSW FN_PROGRESS
|
|
#endif
|
|
#ifndef HAS_FN_PROGRESSA
|
|
#define FN_PROGRESSA FN_PROGRESS
|
|
#endif
|
|
|
|
ULONG DbgPrint(PCCH Format,...);
|
|
|
|
extern HINSTANCE hDllInstance;
|
|
|
|
/* EOF */
|