|
@@ -49,7 +49,7 @@ typedef ReMutexPosixImpl ReMutexImpl;
|
|
|
// Also define what a true OS-provided lock will be, even if we don't have
|
|
// Also define what a true OS-provided lock will be, even if we don't have
|
|
|
// threading enabled in the build. Sometimes we need to interface with an
|
|
// threading enabled in the build. Sometimes we need to interface with an
|
|
|
// external program or something that wants real locks.
|
|
// external program or something that wants real locks.
|
|
|
-#if defined(WIN32_VC)
|
|
|
|
|
|
|
+#if defined(WIN32_VC) || (defined(_WIN32) && !defined(HAVE_POSIX_THREADS))
|
|
|
#include "mutexWin32Impl.h"
|
|
#include "mutexWin32Impl.h"
|
|
|
typedef MutexWin32Impl TrueMutexImpl;
|
|
typedef MutexWin32Impl TrueMutexImpl;
|
|
|
|
|
|