mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
Problem: precompiled.hpp ifdef'd for windows
Solution: include platform.hpp and include/zmq.h outside of ifdef for windows, in order to be able to use it for internal definitions.
This commit is contained in:
parent
464d3fd3f8
commit
b469832409
@ -138,10 +138,12 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
||||||
// 0MQ definitions and exported functions
|
|
||||||
#include "../include/zmq.h"
|
|
||||||
|
|
||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
||||||
|
|
||||||
|
// 0MQ definitions and exported functions
|
||||||
|
#include "platform.hpp"
|
||||||
|
#include "../include/zmq.h"
|
||||||
|
|
||||||
|
|
||||||
#endif //ifndef __ZMQ_PRECOMPILED_HPP_INCLUDED__
|
#endif //ifndef __ZMQ_PRECOMPILED_HPP_INCLUDED__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user