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

@@ -17,7 +17,7 @@
#include <stdlib.h>
#ifdef _WIN32
#include <WinSock2.h>
#include <winsock2.h>
#else
#include <sys/time.h>
#endif

View File

@@ -17,7 +17,7 @@
#include <stdlib.h>
#ifdef _WIN32
#include <WinSock2.h>
#include <winsock2.h>
#else
#include <sys/time.h>
#endif

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()