switching to defines not having a value for __WXMAC__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-11-01 05:57:25 +00:00
parent 7b8609300d
commit 9543e985ff
3 changed files with 6 additions and 6 deletions

View File

@@ -31,16 +31,16 @@
*/
#ifdef __WXMAC__
# if defined(__MACH__)
# define __WXMAC_OSX__ 1
# define __WXMAC_CARBON__ 1
# define __WXMAC_OSX__
# define __WXMAC_CARBON__
# ifdef __WXMAC_XCODE__
# include "wx/mac/carbon/config_xcode.h"
# endif
# else
# if TARGET_CARBON
# define __WXMAC_CARBON__ 1
# define __WXMAC_CARBON__
# else
# define __WXMAC_CLASSIC__ 1
# define __WXMAC_CLASSIC__
# endif
# endif
#endif