Alexandre Julliard : winhttp/tests: Include winsock2.h before other headers.
Module: wine Branch: master Commit: 97d8ae9e7edd3892731a2be00891891b409fff56 URL: http://source.winehq.org/git/wine.git/?a=commit;h=97d8ae9e7edd3892731a2be008... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jul 24 20:10:33 2014 +0200 winhttp/tests: Include winsock2.h before other headers. --- dlls/winhttp/tests/winhttp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c index 354f46f..6a2d8c6 100644 --- a/dlls/winhttp/tests/winhttp.c +++ b/dlls/winhttp/tests/winhttp.c @@ -20,9 +20,7 @@ #define COBJMACROS #include <stdarg.h> -#include <stdlib.h> #include <windef.h> -#include <winbase.h> #include <winsock2.h> #include <ws2tcpip.h> #include <winhttp.h>
participants (1)
-
Alexandre Julliard