change minimum version to windows vista and implement dummy condition variable for lower versions

This commit is contained in:
somdoron
2015-04-25 23:21:27 +03:00
parent dbacc34238
commit c2dcc80602
5 changed files with 45 additions and 29 deletions

View File

@@ -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