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 (?)
11 __WINDOWS__ Any Windows
14 __WIN95__ GUI for Windows 95 and above; NT 4.0 and above.
41 __GNUWIN32__ Gnu-Win32 compiler
43 __GNUG__ Gnu C++ on any platform
44 __BORLANDC__ Borland C++
45 __WATCOMC__ Watcom C++
46 __SYMANTECC__ Symantec C++
54 __DEBUG__ usage: #ifdef __DEBUG__ (=> debug mode, else => release)
55 WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)