mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-08 23:00:12 +01:00
Problem: name conflicts from windows.h, draft API declared in pch.
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include <poll.h>
|
||||
#elif defined ZMQ_POLL_BASED_ON_SELECT
|
||||
#if defined ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
#elif defined ZMQ_HAVE_HPUX
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
@@ -63,9 +62,7 @@
|
||||
#include <sys/eventfd.h>
|
||||
#endif
|
||||
|
||||
#if defined ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
#else
|
||||
#if !defined ZMQ_HAVE_WINDOWS
|
||||
#include <unistd.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
Reference in New Issue
Block a user