• Billy Laws's avatar
    ntdll: Avoid using SOL_IPX to detect whether IPX is supported. · 954bf9e0
    Billy Laws authored
    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.
    954bf9e0
socket.c 84 KB