ws2_32: Define IP_UNICAST_IF if not found on linux.
This commit is contained in:
parent
3ad40bf647
commit
7ce6a2dfd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue