__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-10-17 10:36:33 +00:00
parent c9433ea976
commit ca80fdee5e
81 changed files with 82 additions and 86 deletions

View File

@@ -33,17 +33,13 @@
#if defined(__MACH__)
#define __WXMAC_OSX__ 1
#define __WXMAC_CARBON__ 1
#define __WXMAC_CLASSIC__ 0
#ifdef __WXMAC_XCODE__
#include "wx/mac/carbon/config_xcode.h"
#endif
#else
#define __WXMAC_OSX__ 0
#if TARGET_CARBON
#define __WXMAC_CARBON__ 1
#define __WXMAC_CLASSIC__ 0
#else
#define __WXMAC_CARBON__ 0
#define __WXMAC_CLASSIC__ 1
#endif
#endif