switching to pthreads on 2.8 for osx as well, needed for performance reasons, since TEConverters are now guarded by a mutex, reported by Charlie Fenton from BOINC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -138,8 +138,8 @@ void wxCriticalSection::Leave()
|
||||
|
||||
#if TARGET_API_MAC_OSX
|
||||
#define wxUSE_MAC_SEMAPHORE_MUTEX 0
|
||||
#define wxUSE_MAC_CRITICAL_REGION_MUTEX 1
|
||||
#define wxUSE_MAC_PTHREADS_MUTEX 0
|
||||
#define wxUSE_MAC_CRITICAL_REGION_MUTEX 0
|
||||
#define wxUSE_MAC_PTHREADS_MUTEX 1
|
||||
#else
|
||||
#define wxUSE_MAC_SEMAPHORE_MUTEX 0
|
||||
#define wxUSE_MAC_CRITICAL_REGION_MUTEX 1
|
||||
|
Reference in New Issue
Block a user