]> git.saurik.com Git - wxWidgets.git/commitdiff
add the missing defines before the xcode prefix gets read in
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 06:08:59 +0000 (06:08 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 06:08:59 +0000 (06:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 2f5e5318fae835defaa50d139ace9486c8a74991..71790c352dddbbc6c2dde920434ae8e19b3fe411 100644 (file)
 #        define __WXMAC_OSX__
 #        define __WXMAC_CARBON__
 #        include <AvailabilityMacros.h>
+#        ifndef MAC_OS_X_VERSION_10_4
+#           define MAC_OS_X_VERSION_10_4 1040
+#        endif
+#        ifndef MAC_OS_X_VERSION_10_5
+#           define MAC_OS_X_VERSION_10_5 1050
+#        endif
 #        ifdef __WXMAC_XCODE__
 #            include <unistd.h>
 #            include "wx/mac/carbon/config_xcode.h"