1 #ifndef _MSPORTS_PCH_ 2 #define _MSPORTS_PCH_ 3 4 #include <stdarg.h> 5 #include <stdlib.h> 6 #include <stdio.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 <winreg.h> 15 #include <winuser.h> 16 #include <windowsx.h> 17 #include <msports.h> 18 #include <setupapi.h> 19 20 #include <wine/debug.h> 21 22 #include "internal.h" 23 #include "resource.h" 24 25 WINE_DEFAULT_DEBUG_CHANNEL(msports); 26 27 #endif /* _MSPORTS_PCH_ */ 28