mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +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.
|
// 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"
|
#include "windows.hpp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user