conditional compilation
one of the purposes of wxwidgets is to reduce the need for conditional
compilation in source code, which can be messy and confusing to follow.
however, sometimes it is necessary to incorporate platform-specific
features (such as metafile use under ms windows). the symbols
listed in the file symbols.txt may be used for this purpose,
along with any user-supplied ones.
|