Alexandre Julliard : inetcomm: Include ws2tcpip.h before anything else.
Module: wine Branch: master Commit: 2e8d68d68301d3f6a4a4874a38d29dd5203161fb URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e8d68d68301d3f6a4a4874a38... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Mar 31 12:12:13 2009 +0200 inetcomm: Include ws2tcpip.h before anything else. --- dlls/inetcomm/internettransport.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/dlls/inetcomm/internettransport.c b/dlls/inetcomm/internettransport.c index f0499bc..af4772c 100644 --- a/dlls/inetcomm/internettransport.c +++ b/dlls/inetcomm/internettransport.c @@ -20,19 +20,15 @@ #define COBJMACROS -#include <stdarg.h> -#include <stdio.h> - +#include "ws2tcpip.h" #include "windef.h" -#include "winbase.h" #include "winnt.h" -#include "winuser.h" -#include "winsock2.h" -#include "ws2tcpip.h" #include "objbase.h" #include "ole2.h" #include "mimeole.h" +#include <stdio.h> + #include "wine/debug.h" #include "inetcomm_private.h"
participants (1)
-
Alexandre Julliard