Module: wine Branch: master Commit: b6033972bf55b080392f391b72110d28280c1b33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6033972bf55b080392f391b72...
Author: Alexandre Julliard julliard@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);