]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/prntdlgg.h
* Moved ReadLine()/WriteLine() to wxIn/OutputStream
[wxWidgets.git] / include / wx / generic / prntdlgg.h
index 258d2afe20d4aa4a60b02e85ca12134259efb665..da5f97f15c090a5b609a63a14508a2ec050253db 100644 (file)
@@ -18,6 +18,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #include "wx/dialog.h"
 #include "wx/dialog.h"
 
@@ -187,5 +190,7 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+#endif
+
 #endif
 // __PRINTDLGH_G__