]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
wxString::IsSameAs(char) added and documented as well as operator==(char)
[wxWidgets.git] / include / wx / generic / dcpsg.h
index 5be42ac46b2e4c16d28f286e4c6363d024d52d34..a328f502a5138a1c6905f1f42a1641ceed22b5bf 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "wx/dc.h"
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #if wxUSE_POSTSCRIPT
 
 #include "wx/dialog.h"
@@ -275,6 +277,9 @@ WXDLLEXPORT extern void wxInitializePrintSetupData(bool init = TRUE);
 
 #endif
     // wxUSE_POSTSCRIPT
+    
+#endif
+    // wxUSE_PRINTING_ARCHITECTURE
 
 #endif
         // _WX_DCPSG_H_