mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 13:21:10 +01:00
Problem: name conflicts from windows.h, draft API declared in pch.
This commit is contained in:
@@ -46,8 +46,9 @@
|
||||
#include "socket_base.hpp"
|
||||
#include "err.hpp"
|
||||
|
||||
// TODO: determine if this is an issue, since zmq.h is being loaded from pch.
|
||||
// zmq.h must be included *after* poll.h for AIX to build properly
|
||||
#include "../include/zmq.h"
|
||||
//#include "../include/zmq.h"
|
||||
|
||||
int capture(
|
||||
class zmq::socket_base_t *capture_,
|
||||
|
||||
Reference in New Issue
Block a user