[MSIEXEC] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / base / system / msiexec / precomp.h
index cc81d63..3026f19 100644 (file)
@@ -1,17 +1,10 @@
+
 #ifndef _MSIEXEC_PCH_
 #define _MSIEXEC_PCH_
 
 #include <stdio.h>
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <windef.h>
-#include <winbase.h>
-#include <winsvc.h>
-
+#include <windows.h>
 #include <wine/debug.h>
-WINE_DEFAULT_DEBUG_CHANNEL(msiexec);
 
-#endif /* _MSIEXEC_PCH_ */
+#endif /* !_MSIEXEC_PCH_ */