winhttp: Fix macOS build.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hans Leidekker 2018-08-31 14:39:09 +02:00 committed by Alexandre Julliard
parent 63eb45083c
commit ed14aa9af7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@
*/
#include "config.h"
#include "ws2tcpip.h"
#include <stdarg.h>
#include <stdlib.h>
@ -34,6 +33,7 @@
#include "winbase.h"
#include "winsock2.h"
#include "ws2ipdef.h"
#include "ws2tcpip.h"
#include "winhttp.h"
#include "winreg.h"
#define COBJMACROS