1 This is a list of preprocessor symbols used in the wxWindows source.
6 __X__ any X, but not GTK
8 __XT__ Xt; mutually exclusive with WX_MOTIF (?)
14 __WIN95__ GUI for Windows 95 and above; NT 4.0 and above.
19 In fact, they should better all start with __WX instead of __ only.
20 The only GUIs implemented for 2.0 are __WXGTK__, __WXMSW__ and __WXMOTIF__
21 yet. Any new ones, please start the define with __WX.
45 __GNUWIN32__ Gnu-Win32 compiler
47 __GNUG__ Gnu C++ on any platform
48 __BORLANDC__ Borland C++
49 __WATCOMC__ Watcom C++
50 __SYMANTECC__ Symantec C++
58 __WXDEBUG__ usage: #ifdef __DEBUG__ (=> debug mode, else => release)
59 WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)