Commit 125b079f authored by Alexandre Julliard's avatar Alexandre Julliard

ws2_32: Include wsnwlink.h even without IPX support.

parent 22b6a2c0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment