ws2_32: Include wsnwlink.h even without IPX support.
This commit is contained in:
parent
22b6a2c01d
commit
125b079f60
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue