Skip to content

Commit

Permalink
Suppressed warning about redefining MUTEX_win32
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Jul 14, 2016
1 parent b9b9299 commit 06a708d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pj_mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 06a708d

Please sign in to comment.