[DCOMLAUNCH] Add a DcomLaunch service stub
[reactos.git] / base / services / wuauserv / wuauserv.h
1 #define WIN32_NO_STATUS
2 #define _INC_WINDOWS
3 #define COM_NO_WINDOWS_H
4 #include <stdarg.h>
5 #include <windef.h>
6 #include <winbase.h>
7 #include <winreg.h>
8 #include <winsvc.h>
9
10 #define NDEBUG
11 #include <debug.h>