Alexandre Julliard : vnbt.vxd: Include winsock2.h before other headers.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 24 14:52:43 CDT 2014


Module: wine
Branch: master
Commit: b6033972bf55b080392f391b72110d28280c1b33
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b6033972bf55b080392f391b72110d28280c1b33

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jul 24 19:49:57 2014 +0200

vnbt.vxd: Include winsock2.h before other headers.

---

 dlls/vnbt.vxd/vnbt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/vnbt.vxd/vnbt.c b/dlls/vnbt.vxd/vnbt.c
index 9386a83..17f7d96 100644
--- a/dlls/vnbt.vxd/vnbt.c
+++ b/dlls/vnbt.vxd/vnbt.c
@@ -23,8 +23,8 @@
 #include <stdarg.h>
 #include "windef.h"
 #include "winbase.h"
-#include "iphlpapi.h"
 #include "winsock2.h"
+#include "iphlpapi.h"
 #include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(vxd);




More information about the wine-cvs mailing list