• V G's avatar
    Fix building on MinGW64 Windows · 89cbd3d2
    V G authored
    Mingw64 provides mstcpip.h and the build fails (redefinition) if the struct tcp_keepalive is redefined. Do not define the struct if __MINGW64__ is defined. Note that I had to manually pass the compile definition to cmake: -D__MINGW64__=1
    89cbd3d2
windows.hpp 1.9 KB