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 (?)
13 __WINDOWS__ any Windows
14 __WIN95__ GUI for Windows 95 and above; NT 4.0 and above.
18 __WXSTUBS__ Stubbed version ('template' wxWin implementation)
20 In fact, they should better all start with __WX instead of __ only.
21 The only GUIs implemented for 2.0 are __WXGTK__, __WXMSW__ and __WXMOTIF__
22 yet. Any new ones, please start the define with __WX.
46 __GNUWIN32__ Gnu-Win32 compiler
48 __GNUG__ Gnu C++ on any platform
49 __BORLANDC__ Borland C++
50 __WATCOMC__ Watcom C++
51 __SYMANTECC__ Symantec C++
59 __WXDEBUG__ usage: #ifdef __WXDEBUG__ (=> debug mode, else => release)
60 WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)