Reactos
at master 28 lines 424 B view raw
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#include <ndk/exfuncs.h> 14 15#include <srvsvc_s.h> 16 17#include <wine/debug.h> 18 19 20extern DWORD dwServiceBits; 21 22 23DWORD 24WINAPI 25RpcThreadRoutine( 26 LPVOID lpParameter); 27 28#endif /* _SRVSVC_PCH_ */