]> 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 6e7e3ead4509035909acd465a4451db37fb879e9..57581164ca6dae28d74417ab42251a384ed3132d 100644 (file)
 #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 :