[SNDVOL32] Advanced controls dialog: Remove the TBS_AUTOTICKS style from the trackbar...
[reactos.git] / base / services / wkssvc / precomp.h
1 #ifndef _WKSSVC_PCH_
2 #define _WKSSVC_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 <wkssvc_s.h>
15
16 #include <wine/debug.h>
17
18 DWORD
19 WINAPI
20 RpcThreadRoutine(
21 LPVOID lpParameter);
22
23 #endif /* _WKSSVC_PCH_ */