windows: don't use uppercase in include filename

Change <Winsock2.h> to <winsock2.h>. The former breaks
cross-compilation with mingw.
This commit is contained in:
Ben Noordhuis 2013-06-14 00:43:20 +02:00
parent ff3ee84442
commit b1d390eb79

View File

@ -31,7 +31,7 @@
#include "uv.h"
#include "internal.h"
#include <Winsock2.h>
#include <winsock2.h>
#include <iphlpapi.h>
#include <psapi.h>
#include <tlhelp32.h>