mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem:capitalized include filenames trip mingw
Solution: use lowercase
This commit is contained in:
parent
ec2ba8a997
commit
7e186432cb
@ -32,8 +32,8 @@
|
||||
#define MSG_SIZE 20
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Winsock2.h>
|
||||
#include <Ws2tcpip.h>
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
Loading…
Reference in New Issue
Block a user