* Sync up to trunk HEAD (r62502).
[reactos.git] / dll / win32 / winspool / precomp.h
1 #ifndef _WINSPOOL_DRV_PCH_
2 #define _WINSPOOL_DRV_PCH_
3
4 #include <wine/config.h>
5
6 #include <stdarg.h>
7
8 #define WIN32_NO_STATUS
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11
12 #include <windef.h>
13 #include <winbase.h>
14 #include <wingdi.h>
15 #include <winspool.h>
16
17 #endif /* _WINSPOOL_DRV_PCH_ */