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
12 __WXWINE__ WINE (i.e. Win32 on Unix)
14 __WXPM__ OS/2 native Presentation Manager
16 __WINDOWS__ any Windows
17 __WIN95__ GUI for Windows 95 and above; NT 4.0 and above.
21 __WXSTUBS__ Stubbed version ('template' wxWin implementation)
23 In fact, they should better all start with __WX instead of __ only.
24 The only GUIs implemented for 2.0 are __WXGTK__, __WXMSW__ and __WXMOTIF__
25 yet. Any new ones, please start the define with __WX.
49 __GNUWIN32__ Gnu-Win32 compiler
51 __GNUG__ Gnu C++ on any platform
52 __BORLANDC__ Borland C++
53 __WATCOMC__ Watcom C++
54 __SYMANTECC__ Symantec C++
62 __WXDEBUG__ usage: #ifdef __WXDEBUG__ (=> debug mode, else => release)
63 WXDEBUG usage: #if DEBUG (0: release, 1: minimal debug code, ...)