1 Jul
2023
1 Jul
'23
10:55 p.m.
4.18+ Linux kernels remove support for IPX but keep SOL_IPX defined, which causes compilation errors as wine unconditionally uses IPX structures if this is the case. Instead check for IPX_MTU to determine IPX support as it is defined within the ipx.h header itself. -- v2: {server, ws2_32, ntdll}: Avoid using SOL_IPX to detect whether IPX is supported https://gitlab.winehq.org/wine/wine/-/merge_requests/2965