Files
reactos/base/services/srvsvc/precomp.h
Eric Kohl bb7a6134c4 [SRVSVC][WKSSVC][NET] Improve server and workstation statistics
- Server and Workstation services return proper boot time.
- Net formats boot time properly.

CORE-19198
2025-11-09 15:22:32 +01:00

29 lines
424 B
C

#ifndef _SRVSVC_PCH_
#define _SRVSVC_PCH_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winsvc.h>
#include <lmserver.h>
#include <ndk/exfuncs.h>
#include <srvsvc_s.h>
#include <wine/debug.h>
extern DWORD dwServiceBits;
DWORD
WINAPI
RpcThreadRoutine(
LPVOID lpParameter);
#endif /* _SRVSVC_PCH_ */