0b25e4d765f47af89bacd2a4072b71d4ee244cc5
[reactos.git] / dll / win32 / msports / precomp.h
1 #ifndef _MSPORTS_PCH_
2 #define _MSPORTS_PCH_
3
4 #include <stdarg.h>
5
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9
10 #include <windef.h>
11 #include <winbase.h>
12 #include <winreg.h>
13 #include <winuser.h>
14 #include <msports.h>
15 #include <setupapi.h>
16
17 #include <wine/debug.h>
18
19 #include "internal.h"
20 #include "resource.h"
21
22 WINE_DEFAULT_DEBUG_CHANNEL(msports);
23
24 #endif /* _MSPORTS_PCH_ */