mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
added windows.hpp with include check
includes windows.hpp if on windows build for mingw build errors from including zmq.h before windows.h
This commit is contained in:
parent
f472893da1
commit
988d33bcf8
@ -29,6 +29,12 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "platform.hpp"
|
||||
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
#endif
|
||||
|
||||
#include "../include/zmq.h"
|
||||
#include "macros.hpp"
|
||||
#include "dish.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user