mirror of
https://github.com/reactos/reactos.git
synced 2024-12-19 17:13:29 +08:00
[WINHTTP_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
0530cb8bed
commit
13ce1b5f17
@ -19,27 +19,20 @@
|
||||
* 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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user