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
This commit is contained in:
Stefan Csomor
2004-04-21 19:20:21 +00:00
parent 11756f61e9
commit c3a404b090

View File

@@ -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"