#include "wx/prntbase.h"
+#if wxUSE_PRINTING_ARCHITECTURE
+
// ----------------------------------------------------------------------------
// Represents the printer: manages printing a wxPrintout object
// ----------------------------------------------------------------------------
void Init(wxPrintout *printout, wxPrintout *printoutForPrinting);
};
+#endif
+
#endif
// __PRINTPSH__