Use lower-case header filenames for MinGW cross-compilation

This commit is contained in:
Andrew Johnson
2016-04-05 18:29:13 -05:00
parent 7ed5f8b4bf
commit 8fdf0d7411
3 changed files with 3 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ void test_getLoopbackNIF()
#ifdef _WIN32
// needed for ip_mreq
#include <Ws2tcpip.h>
#include <ws2tcpip.h>
#endif
void test_multicastLoopback()