ws2_32: Include wsnwlink.h even without IPX support.

This commit is contained in:
Alexandre Julliard 2015-04-04 11:55:32 +09:00
parent 22b6a2c01d
commit 125b079f60
1 changed files with 1 additions and 4 deletions

View File

@ -146,6 +146,7 @@
#include "ws2tcpip.h" #include "ws2tcpip.h"
#include "ws2spi.h" #include "ws2spi.h"
#include "wsipx.h" #include "wsipx.h"
#include "wsnwlink.h"
#include "wshisotp.h" #include "wshisotp.h"
#include "mstcpip.h" #include "mstcpip.h"
#include "af_irda.h" #include "af_irda.h"
@ -157,10 +158,6 @@
#include "wine/exception.h" #include "wine/exception.h"
#include "wine/unicode.h" #include "wine/unicode.h"
#ifdef HAS_IPX
# include "wsnwlink.h"
#endif
#if defined(linux) && !defined(IP_UNICAST_IF) #if defined(linux) && !defined(IP_UNICAST_IF)
#define IP_UNICAST_IF 50 #define IP_UNICAST_IF 50
#endif #endif