mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Merge pull request #4173 from jlsantiago0/mingw-build-fix2
Fix MINGW with pthread cv
This commit is contained in:
commit
895e976f51
@ -35,7 +35,7 @@
|
||||
|
||||
// Mutex class encapsulates OS mutex in a platform-independent way.
|
||||
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
#if defined(ZMQ_HAVE_WINDOWS) && !defined(ZMQ_USE_CV_IMPL_PTHREADS)
|
||||
|
||||
#include "windows.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user