]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/prntbase.h
Because someone was inconsistent about using LPSTR and char*, I missed
[wxWidgets.git] / include / wx / prntbase.h
index 04ad68da24122c0e358ed4d3e21d3a482ed6c6e5..98e4ce8f0a75b4cf8c25402e7ab9293bdb10cd1f 100644 (file)
@@ -17,6 +17,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #include "wx/event.h"
 #include "wx/cmndata.h"
 #include "wx/panel.h"
@@ -64,7 +67,6 @@ public:
 protected:
     wxPrintDialogData     m_printDialogData;
     wxPrintout*           m_currentPrintout;
-
 public:
     static wxWindow*      sm_abortWindow;
     static bool           sm_abortIt;
@@ -368,5 +370,7 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+#endif // wxUSE_PRINTING_ARCHITECTURE
+
 #endif
     // _WX_PRNTBASEH__