WinSock2.h filename should be all lowercase

This commit is contained in:
KIU Shueng Chuan 2013-10-05 00:51:47 +08:00
parent 79c2598a08
commit 55bfe7dbab

View File

@ -20,7 +20,7 @@
#include "testutil.hpp"
#if defined (ZMQ_HAVE_WINDOWS)
# include <WinSock2.h>
# include <winsock2.h>
# include <stdexcept>
#else
# include <sys/socket.h>