Commit e21b33e9 authored by malosek's avatar malosek

forced WINVER to 0x0501 for mingv32 build

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