fewer standard includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2002-01-11 14:01:42 +00:00
parent 4f357b2f58
commit 5921f83f73

View File

@ -20,8 +20,15 @@
# include <Carbon/Carbon.h>
# define TARGET_CARBON 1
#else
# include "MacHeaders.c"
# include <Quickdraw.h>
# include <Appearance.h>
# include <Folders.h>
# include <Controls.h>
# include <ControlDefinitions.h>
# include <LowMem.h>
# include <Gestalt.h>
#endif
#if UNIVERSAL_INTERFACES_VERSION < 0x0340
#error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/"
#endif
@ -58,6 +65,7 @@ public :
~wxMacPortSetter() ;
private :
wxMacPortStateHelper m_ph ;
wxDC* m_dc ;
} ;
class wxMacDrawingHelper