aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pj_mutex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pj_mutex.c b/src/pj_mutex.c
index 2f6533be..1590daa6 100644
--- a/src/pj_mutex.c
+++ b/src/pj_mutex.c
@@ -43,7 +43,9 @@
/* on win32 we always use win32 mutexes, even if pthreads are available */
#if defined(_WIN32) && !defined(MUTEX_stub)
+#ifndef MUTEX_win32
# define MUTEX_win32
+#endif
# undef MUTEX_pthread
#endif