From fae763d0883dbc84142ee272b7d1bb1fe04f354b Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 14 Jun 2004 13:34:40 +0000 Subject: [PATCH] adding mac to the memory crit sect git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 0bd937ee47..5ca71ac6cf 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -68,7 +68,7 @@ #include "wx/memory.h" -#if wxUSE_THREADS && defined(__WXDEBUG__) && !defined(__WXMAC__) +#if wxUSE_THREADS && defined(__WXDEBUG__) #define USE_THREADSAFE_MEMORY_ALLOCATION 1 #else #define USE_THREADSAFE_MEMORY_ALLOCATION 0 -- 2.45.2