Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / msports / precomp.h
index 891f14c..e9f5d91 100644 (file)
@@ -1,16 +1,19 @@
-#define WIN32_NO_STATUS
 #include <stdarg.h>
+
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
 #include <winuser.h>
-#include <wchar.h>
-#include <cmtypes.h>
 #include <msports.h>
 #include <setupapi.h>
 
 #include <wine/debug.h>
-WINE_DEFAULT_DEBUG_CHANNEL(msports);
 
 #include "internal.h"
 #include "resource.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(msports);