1 This is a list of preprocessor symbols used in the wxWindows source.
6 __X__ any X, but not GTK
8 __WXXT__ Xt; mutually exclusive with WX_MOTIF (?)
10 __WXGTK12__ GTK 1.2 or higher
14 __WINDOWS__ any Windows
15 __WIN95__ GUI for Windows 95 and above; NT 4.0 and above.
19 __WXSTUBS__ Stubbed version ('template' wxWin implementation)
21 In fact, they should better all start with __WX instead of __ only.
22 The only GUIs implemented for 2.0 are __WXGTK__, __WXMSW__ and __WXMOTIF__
23 yet. Any new ones, please start the define with __WX.
47 __GNUWIN32__ Gnu-Win32 compiler
49 __GNUG__ Gnu C++ on any platform
50 __BORLANDC__ Borland C++
51 __WATCOMC__ Watcom C++
52 __SYMANTECC__ Symantec C++
60 __WXDEBUG__ usage: #ifdef __WXDEBUG__ (=> debug mode, else => release)
61 WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)