Win32: use lower-case for Windows headers

This does not change a thing for MSVC, but This is needed for
Cross-Compiling with Mingw/Mingw-w64
libnfs-4.0.0-vitalif
Jean-Baptiste Kempf 2016-01-08 22:29:50 +01:00
parent 6f4ff8621f
commit 6d30222b04
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ THE SOFTWARE.
#include <winsock2.h>
#include <ws2tcpip.h>
#include <Ws2ipdef.h>
#include <ws2ipdef.h>
#include <basetsd.h>
#include <io.h>
#include <sys/stat.h>