]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/private/print.h
Added wxDataViewTreeCtrl
[wxWidgets.git] / include / wx / mac / carbon / private / print.h
index 2fd53ff8b8d3af32d31d34a6a9085f1c1202a1d9..57581164ca6dae28d74417ab42251a384ed3132d 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        print.h
+// Name:        wx/mac/carbon/private/print.h
 // Purpose:     private implementation for printing on MacOS
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     03/02/99
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #include "wx/print.h"
 #include "wx/mac/private.h"
 
-#if TARGET_CARBON && !defined(__DARWIN__)
-#  include <PMApplication.h>
-#endif
-
-#ifndef __DARWIN__
-#  include "Printing.h"
-#endif
-
-#if !PM_USE_SESSION_APIS
-#error "only Carbon Printing Session API is supported"
-#endif
-
 class WXDLLEXPORT wxMacCarbonPrintData : public wxPrintNativeDataBase
 {
 public :