mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-18 11:39:02 +02:00
Problem: Private/internal macros defined in public header.
Solution: Move the macros to a private header.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <new>
|
||||
#include <algorithm>
|
||||
|
||||
#include "macros.hpp"
|
||||
#include "platform.hpp"
|
||||
#if defined ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
|
Reference in New Issue
Block a user