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
This commit is contained in:
parent
0aeeec99d5
commit
e2fccedfbe
@ -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...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user