DEBUG -> WXDEBUG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2216f571bf
commit
8c43d1c898
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,6 @@ __XLC__ ?? compiler
|
|||
wxWindows modes:
|
||||
----------------
|
||||
|
||||
__DEBUG__ usage: #ifdef __DEBUG__ (=> debug mode, else => release)
|
||||
__WXDEBUG__ usage: #ifdef __DEBUG__ (=> debug mode, else => release)
|
||||
WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue