#endif
#include "wx/defs.h"
+
+#if wxUSE_PRINTING_ARCHITECTURE
+
#include "wx/event.h"
#include "wx/cmndata.h"
#include "wx/panel.h"
protected:
wxPrintDialogData m_printDialogData;
wxPrintout* m_currentPrintout;
-
public:
static wxWindow* sm_abortWindow;
static bool sm_abortIt;
DECLARE_EVENT_TABLE()
};
+#endif // wxUSE_PRINTING_ARCHITECTURE
+
#endif
// _WX_PRNTBASEH__