mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
WinSock2.h filename should be all lowercase
This commit is contained in:
parent
79c2598a08
commit
55bfe7dbab
@ -20,7 +20,7 @@
|
|||||||
#include "testutil.hpp"
|
#include "testutil.hpp"
|
||||||
|
|
||||||
#if defined (ZMQ_HAVE_WINDOWS)
|
#if defined (ZMQ_HAVE_WINDOWS)
|
||||||
# include <WinSock2.h>
|
# include <winsock2.h>
|
||||||
# include <stdexcept>
|
# include <stdexcept>
|
||||||
#else
|
#else
|
||||||
# include <sys/socket.h>
|
# include <sys/socket.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user