• Andreas Rottmann's avatar
    Fix #include case for <mstcpip.h> · 365ca859
    Andreas Rottmann authored
    On native Windows, the file system is case-insensitive, so this this
    doesn't matter there.
    
    However, when compiling on a case-sensitive filesystem, such as when
    cross-compiling from a Unixoid using mingw, we have to use the case
    the file is supplied with, which is all lowercase.
    365ca859
windows.hpp 2.86 KB