]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcprint.h
Added missing costructor
[wxWidgets.git] / include / wx / msw / dcprint.h
index 3dcf523f55d6e186a6e2570482a663515b8646a1..4052a617a1b8f61224ab4ff1b598603819a8c1f7 100644 (file)
@@ -16,6 +16,8 @@
 #pragma interface "dcprint.h"
 #endif
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #include "wx/dc.h"
 #include "wx/cmndata.h"
 
@@ -49,6 +51,8 @@ protected:
 // Gets an HDC for the specified printer configuration
 WXHDC WXDLLEXPORT wxGetPrinterDC(const wxPrintData& data);
 
+#endif // wxUSE_PRINTING_ARCHITECTURE
+
 #endif
     // _WX_DCPRINT_H_