precompiled headers changed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-04-29 15:38:51 +00:00
parent 9d33159901
commit 77f2f1d3c2
2 changed files with 102 additions and 0 deletions

View File

@@ -34,6 +34,9 @@
#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