Fix compilation with mingw64 using autotools

This commit is contained in:
Yann Diorcet
2016-06-01 15:07:16 +02:00
parent 7b063a067c
commit 9835e18f64
10 changed files with 26 additions and 8 deletions

View File

@@ -30,6 +30,10 @@
#ifndef __ZMQ_FD_HPP_INCLUDED__
#define __ZMQ_FD_HPP_INCLUDED__
#if defined _WIN32
#include <windows.hpp>
#endif
namespace zmq
{
#ifdef ZMQ_HAVE_WINDOWS