mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-19 04:45:59 +01:00
change minimum version to windows vista and implement dummy condition variable for lower versions
This commit is contained in:
@@ -29,13 +29,4 @@
|
||||
|
||||
#define ZMQ_HAVE_WINDOWS
|
||||
|
||||
#if defined _WIN32_WINNT && _WIN32_WINNT < 0x0600
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user