xref: /reactos/base/services/srvsvc/precomp.h (revision e08ae510)
1 #ifndef _SRVSVC_PCH_
2 #define _SRVSVC_PCH_
3 
4 #define WIN32_NO_STATUS
5 #define _INC_WINDOWS
6 #define COM_NO_WINDOWS_H
7 #include <stdarg.h>
8 #include <windef.h>
9 #include <winbase.h>
10 #include <winreg.h>
11 #include <winsvc.h>
12 #include <lmserver.h>
13 
14 #include <srvsvc_s.h>
15 
16 #include <wine/debug.h>
17 
18 
19 extern DWORD dwServiceBits;
20 
21 
22 DWORD
23 WINAPI
24 RpcThreadRoutine(
25     LPVOID lpParameter);
26 
27 #endif /* _SRVSVC_PCH_ */
28