Commit 7270d4de authored by Michael's avatar Michael

windows.hpp needs to be included before zmq.h

windows.hpp must be included first due to increases _WIN32_WINNT version
parent d06314df
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
*/ */
#include "macros.hpp" #include "macros.hpp"
#include "testutil.hpp"
#if defined ZMQ_HAVE_WINDOWS #if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp" #include "windows.hpp"
...@@ -36,6 +35,8 @@ ...@@ -36,6 +35,8 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#include "testutil.hpp"
void sleep_ (long timeout_) void sleep_ (long timeout_)
{ {
#if defined ZMQ_HAVE_WINDOWS #if defined ZMQ_HAVE_WINDOWS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment