Commit e21b33e9 authored by malosek's avatar malosek

forced WINVER to 0x0501 for mingv32 build

parent ef049efe
...@@ -40,9 +40,10 @@ ...@@ -40,9 +40,10 @@
#endif #endif
#ifdef ZMQ_HAVE_MINGW32 #ifdef ZMQ_HAVE_MINGW32
#ifndef WINVER #ifdef WINVER
#define WINVER 0x0501 #undef WINVER
#endif #endif
#define WINVER 0x0501
#endif #endif
#include <windows.h> #include <windows.h>
......
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