From c3a404b09026fcb1206141310230a76d80cc12d3 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 21 Apr 2004 19:20:21 +0000 Subject: [PATCH] added define for Aug 2003 gcc update compatibility with Jaguar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/private.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/mac/carbon/private.h b/include/wx/mac/carbon/private.h index b41aecbf20..b4c54a7418 100644 --- a/include/wx/mac/carbon/private.h +++ b/include/wx/mac/carbon/private.h @@ -34,6 +34,10 @@ #error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/" #endif +#ifndef MAC_OS_X_VERSION_10_3 + #define MAC_OS_X_VERSION_10_3 1030 +#endif + #if wxUSE_GUI #include "wx/window.h" -- 2.45.2