Commit c1318f71 by Scott J. Goldman

Use lowercase names for Windows headers

Otherwise we can't cross-compile on Linux.
parent 539e6c13
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment