Alexandre Julliard : vnbt.vxd: Include winsock2.h before other headers.
24 Jul
2014
24 Jul
'14
8:52 p.m.
Module: wine Branch: master Commit: b6033972bf55b080392f391b72110d28280c1b33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6033972bf55b080392f391b72... Author: Alexandre Julliard <julliard(a)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);
4162
Age (days ago)
4162
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard