Merge pull request #4173 from jlsantiago0/mingw-build-fix2

Fix MINGW with pthread cv
This commit is contained in:
Luca Boccassi 2021-04-15 23:15:50 +01:00 committed by GitHub
commit 895e976f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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