Use lowercase names for Windows headers

Otherwise we can't cross-compile on Linux.
This commit is contained in:
Scott J. Goldman 2012-05-26 18:16:13 -07:00
parent 539e6c138e
commit c1318f7125

View File

@ -12,9 +12,9 @@
# include <netdb.h>
#else
# include <winsock2.h>
# include <Ws2tcpip.h>
# include <ws2tcpip.h>
# ifdef _MSC_VER
# pragma comment(lib, "Ws2_32.lib")
# pragma comment(lib, "ws2_32.lib")
# endif
#endif