]> git.saurik.com Git - wxWidgets.git/commitdiff
added correct printing headers for mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 13 Jan 2002 15:55:46 +0000 (15:55 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 13 Jan 2002 15:55:46 +0000 (15:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/cmndata.cpp

index 4118da299e59e794e095fe96959ad4522b3d986a..ad5da00376f4019b152de9dcb1296f5572ec5b1f 100644 (file)
 
 #ifdef __WXMAC__
     #include "wx/mac/uma.h"
-    
+
+#if defined(TARGET_CARBON) && !defined(__DARWIN__)
+#  if PM_USE_SESSION_APIS
+#    include <PMCore.h>
+#  endif
+#  include <PMApplication.h>
+#endif
+
+#ifndef __DARWIN__
+    #include "Printing.h"
+#endif
     #define mm2pt            2.83464566929
     #define pt2mm            0.352777777778
 #endif // Mac