[PATCH] winhttp: Fix macOS build.
31 Aug
2018
31 Aug
'18
7:39 a.m.
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> --- dlls/winhttp/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winhttp/session.c b/dlls/winhttp/session.c index c62fdadb06..5191a34711 100644 --- a/dlls/winhttp/session.c +++ b/dlls/winhttp/session.c @@ -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 -- 2.11.0
2659
Age (days ago)
2659
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker