ReactOS 0.4.16-dev-1946-g52006dd
precomp.h
Go to the documentation of this file.
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
26 LPVOID lpParameter);
27
28#endif /* _SRVSVC_PCH_ */
DWORD WINAPI RpcThreadRoutine(LPVOID lpParameter)
Definition: rpcserver.c:20
DWORD dwServiceBits
Definition: srvsvc.c:40
unsigned long DWORD
Definition: ntddk_ex.h:95
#define WINAPI
Definition: msvc.h:6