From c5e514528814114a9571454840980ea8a347dccd Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 26 Oct 2006 06:08:59 +0000 Subject: [PATCH] add the missing defines before the xcode prefix gets read in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/wx/platform.h b/include/wx/platform.h index 2f5e5318fa..71790c352d 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -34,6 +34,12 @@ # define __WXMAC_OSX__ # define __WXMAC_CARBON__ # include +# 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 # include "wx/mac/carbon/config_xcode.h" -- 2.50.0