https://bugs.winehq.org/show_bug.cgi?id=38410
Carlo Bramini carlo.bramix@libero.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carlo.bramix@libero.it
--- Comment #4 from Carlo Bramini carlo.bramix@libero.it --- I'm still not able to compile ws2_32 if IPX is not available. These lines:
#if defined(SOL_IPX) || defined(SO_DEFAULT_HEADERS) # define HAS_IPX #endif
in dlls/ws2_32/socket.c override the detections made by configure script and because of that I'm getting many errors when compiling. Commenting those lines was the only solution for me.