]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/prntbase.h
Added some #defines
[wxWidgets.git] / include / wx / prntbase.h
index 9e3cd730bcd07c982fb6b7beed21d3eaac78e6ec..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"
@@ -367,5 +370,7 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+#endif // wxUSE_PRINTING_ARCHITECTURE
+
 #endif
     // _WX_PRNTBASEH__