Apple fix
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@951 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
797f97f415
commit
0c4b7983f8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if !defined(__CYGWIN__) || (defined(__CYGWIN__) && __GNUC__ > 3)
|
||||
#if (!defined(__CYGWIN__) || (defined(__CYGWIN__) && __GNUC__ > 3)) && !defined(__APPLE__)
|
||||
|
||||
#include <loki/LevelMutex.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue