3 Jun
2023
3 Jun
'23
9:10 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2965