ReactOS 0.4.15-dev-7842-g558ab78
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
14#include <srvsvc_s.h>
15
16#include <wine/debug.h>
17
18
19extern DWORD dwServiceBits;
20
21
25 LPVOID lpParameter);
26
27#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