From 5d7fe188ad942983f3f85637870b7d5803dec46c Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 27 Mar 2004 06:40:58 +0000 Subject: [PATCH] macos native debug levels git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wx_cw_cm.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/wx/wx_cw_cm.h b/include/wx/wx_cw_cm.h index 127bbbc0f1..7498097e0b 100644 --- a/include/wx/wx_cw_cm.h +++ b/include/wx/wx_cw_cm.h @@ -1,5 +1,9 @@ #define MSL_USE_PRECOMPILED_HEADERS 0 - +#if __WXDEBUG__ + // mac os assert levels + #define DEBUG 1 + #define DEBUG_INTERNAL 1 +#endif #if !defined( __MWERKS__ ) #error "this file is only for builds with Metrowerks CodeWarrior" #endif -- 2.50.0