1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

ws2_32: Avoid using SOL_IPX to detect whether IPX is supported.

This commit is contained in:
Billy Laws 2023-06-03 21:57:42 +01:00 committed by Alexandre Julliard
parent 954bf9e050
commit da4e359a70

View File

@ -66,6 +66,7 @@
#ifdef HAVE_NETIPX_IPX_H
# include <netipx/ipx.h>
# define HAS_IPX
#elif defined(HAVE_LINUX_IPX_H)
# ifdef HAVE_ASM_TYPES_H
# include <asm/types.h>
@ -74,8 +75,6 @@
# include <linux/types.h>
# endif
# include <linux/ipx.h>
#endif
#if defined(SOL_IPX) || defined(SO_DEFAULT_HEADERS)
# define HAS_IPX
#endif