X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..7344726a7a2cad01b8db61a0fea3502e5f904ff6:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index aa05fa683d..03ae258679 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -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