From 06a708de78456e215c1782b469ab5d3ff7ce3fc3 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 14 Jul 2016 12:55:09 +0200 Subject: Suppressed warning about redefining MUTEX_win32 --- src/pj_mutex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3