]> git.saurik.com Git - wxWidgets.git/commitdiff
fewer standard includes
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 11 Jan 2002 14:01:42 +0000 (14:01 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 11 Jan 2002 14:01:42 +0000 (14:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/private.h

index a0f211607a25bf9f5b9531fad0b30f9f3913ecce..b2ad16aff3176debf439eb17d21c2eb7a0f054bc 100644 (file)
 #    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