[WINHTTP] Sync with Wine Staging 3.9. CORE-14656
[reactos.git] / dll / cpl / hdwwiz / hdwwiz.h
index 3712adb..6716d7c 100644 (file)
@@ -1,15 +1,19 @@
 #pragma once
 
-#include <windows.h>
-#include <commctrl.h>
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+#include <stdarg.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+#include <wingdi.h>
+#include <winuser.h>
+#include <rpc.h>
 #include <setupapi.h>
 #include <cfgmgr32.h>
 #include <reactos/dll/devmgr/devmgr.h>
 #include <cpl.h>
-#include <tchar.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <malloc.h>
 
 #define NDEBUG
 #include <debug.h>