[WINHTTP_WINETEST] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / modules / rostests / winetests / winhttp / winhttp.c
index d9024df..eb2fb1b 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
 #define COBJMACROS
 #include <stdarg.h>
 #include <windef.h>
-#include <winbase.h>
-#include <winnls.h>
-#include <ole2.h>
 #include <winsock2.h>
-//#include <ws2tcpip.h>
+#include <ws2tcpip.h>
 #include <winhttp.h>
 #include <wincrypt.h>
 #include <winreg.h>
 #include <stdio.h>
-//#include "initguid.h"
+#include <initguid.h>
 #include <httprequest.h>
 #include <httprequestid.h>
 
-#include <wine/test.h>
+#include "wine/test.h"
 
 DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);