]> git.saurik.com Git - wxWidgets.git/commitdiff
added define for Aug 2003 gcc update compatibility with Jaguar
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Apr 2004 19:20:21 +0000 (19:20 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Apr 2004 19:20:21 +0000 (19:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private.h

index b41aecbf20a4737b50d4bca16557fd9de6ec9f0c..b4c54a741820094773065775bcfa3e66d1fccd47 100644 (file)
     #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"