X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eabc6e3cd686144c9156df9c62c7f9061dcbd9c8..7e559cd8f46964e3f6c4e4d210f3822591903123:/src/common/memory.cpp 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