From e2fccedfbeac5d8da47593c863d8075aff1b41b0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 19 Apr 2005 10:16:28 +0000 Subject: [PATCH] printing to CW console only for debug builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/utils.cpp b/src/mac/carbon/utils.cpp index 235bf424b1..479e31e3cd 100644 --- a/src/mac/carbon/utils.cpp +++ b/src/mac/carbon/utils.cpp @@ -93,7 +93,7 @@ static int DoGetOSVersion(int *majorVsn, int *minorVsn) // debugging support // ---------------------------------------------------------------------------- -#if defined(__WXMAC__) && !defined(__DARWIN__) && defined(__MWERKS__) && (__MWERKS__ >= 0x2400) +#if defined(__WXDEBUG__) && defined(__WXMAC__) && !defined(__DARWIN__) && defined(__MWERKS__) && (__MWERKS__ >= 0x2400) // MetroNub stuff doesn't seem to work in CodeWarrior 5.3 Carbon builds...