]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/printdlg.h
Small changes
[wxWidgets.git] / include / wx / msw / printdlg.h
index 69921c0b4aeaf3518ff0534cb8a2967250b7882f..7704c3f15d19877f938405ed6a8dd3fcf6e58601 100644 (file)
@@ -16,6 +16,8 @@
 #pragma interface "printdlg.h"
 #endif
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
 
@@ -68,5 +70,7 @@ private:
     wxWindow*         m_dialogParent;
 };
 
+#endif // wxUSE_PRINTING_ARCHITECTURE
+
 #endif
     // _WX_PRINTDLG_H_