Commit 7ce6a2df authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

ws2_32: Define IP_UNICAST_IF if not found on linux.

parent 3ad40bf6
......@@ -157,6 +157,9 @@
# include "wsnwlink.h"
#endif
#if defined(linux) && !defined(IP_UNICAST_IF)
#define IP_UNICAST_IF 50
#endif
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
# define sipx_network sipx_addr.x_net
......
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