X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..93c4157c6cf8603eaba7ebbbc3b1e7bd303d8241:/docs/symbols.txt

diff --git a/docs/symbols.txt b/docs/symbols.txt
index c92794bd71..d79695390b 100644
--- a/docs/symbols.txt
+++ b/docs/symbols.txt
@@ -7,8 +7,11 @@ __X__           any X, but not GTK
 __WXMOTIF__     Motif
 __WXXT__        Xt; mutually exclusive with WX_MOTIF (?)
 __WXGTK__       GTK
+__WXGTK12__     GTK 1.2 or higher
 __WXMSW__       Any Windows
+__WXWINE__      WINE (i.e. Win32 on Unix)
 __WXMAC__       MacOS
+__WXPM__        OS/2 native Presentation Manager
 __UNIX__        any Unix
 __WINDOWS__     any Windows
 __WIN95__       GUI for Windows 95 and above; NT 4.0 and above.
@@ -17,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.
 
@@ -56,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, ...)