X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/641d87d868e0f46f4bfca3d8d7bede88032045e1..5597b61e54211b9e4f21db65da5f83205598615b:/docs/symbols.txt?ds=sidebyside diff --git a/docs/symbols.txt b/docs/symbols.txt index 633162fb30..d79695390b 100644 --- a/docs/symbols.txt +++ b/docs/symbols.txt @@ -20,7 +20,7 @@ __NT__ Windows NT __WXCURSES__ CURSES __WXSTUBS__ Stubbed version ('template' wxWin implementation) -In fact, they should better all start with __WX instead of __ only. +In fact, they should better all start with __WX instead of __ only. The only GUIs implemented for 2.0 are __WXGTK__, __WXMSW__ and __WXMOTIF__ yet. Any new ones, please start the define with __WX. @@ -59,6 +59,6 @@ __XLC__ ?? compiler wxWindows modes: ---------------- -__WXDEBUG__ usage: #ifdef __WXDEBUG__ (=> debug mode, else => release) +__WXDEBUG__ usage: #ifdef __WXDEBUG__ (=> debug mode, else => release) WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)