Alexandre Julliard : ws2_32: Include wsnwlink.h even without IPX support.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 6 10:34:17 CDT 2015


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Apr  4 11:55:32 2015 +0900

ws2_32: Include wsnwlink.h even without IPX support.

---

 dlls/ws2_32/socket.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 09c8416..d8d724b 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -146,6 +146,7 @@
 #include "ws2tcpip.h"
 #include "ws2spi.h"
 #include "wsipx.h"
+#include "wsnwlink.h"
 #include "wshisotp.h"
 #include "mstcpip.h"
 #include "af_irda.h"
@@ -157,10 +158,6 @@
 #include "wine/exception.h"
 #include "wine/unicode.h"
 
-#ifdef HAS_IPX
-# include "wsnwlink.h"
-#endif
-
 #if defined(linux) && !defined(IP_UNICAST_IF)
 #define IP_UNICAST_IF 50
 #endif




More information about the wine-cvs mailing list