Merge pull request #1382 from jschueller/patch-1

Windows case sentitive fs build fix
This commit is contained in:
erwincoumans
2017-10-14 10:26:18 -07:00
committed by GitHub

View File

@@ -76,7 +76,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include <io.h> #include <io.h>
#include <winsock2.h> #include <winsock2.h>
#include <Ws2tcpip.h> #include <ws2tcpip.h>
#define IPTOS_LOWDELAY 0x10 #define IPTOS_LOWDELAY 0x10