]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected conditional compilation to take wxUSE_POSTSCRIPT into account
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 26 Jan 2002 22:02:08 +0000 (22:02 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 26 Jan 2002 22:02:08 +0000 (22:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/printps.cpp

index a24ea0919f3c50900f33333bc10d8998368cd837..36dbcac9a66b857ca48174e80b9d5bf4b1f8a7f4 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_PRINTING_ARCHITECTURE
+#if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
@@ -56,7 +56,7 @@
 
     IMPLEMENT_DYNAMIC_CLASS(wxPostScriptPrinter, wxPrinterBase)
     IMPLEMENT_CLASS(wxPostScriptPrintPreview, wxPrintPreviewBase)
-
+    
 // ============================================================================
 // implementation
 // ============================================================================