]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
reverted, the problem is deeper than that
[wxWidgets.git] / include / wx / platform.h
index aa05fa683d74d77dbc265df0e3d37dcaad2b1342..03ae2586795055cb41940436af69e0c4a9c9a409 100644 (file)
 */
 #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