]> git.saurik.com Git - wxWidgets.git/commitdiff
improved conditional compilation test (added wxUSE_POSTSCRIPT)
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Apr 2002 13:29:02 +0000 (13:29 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Apr 2002 13:29:02 +0000 (13:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/printps.h

index 5934eaf40a8dfbb8dd6a5ed850604998950a65bc..45564cc70d875ac66a609052c8133f15352c5a65 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "wx/prntbase.h"
 
-#if wxUSE_PRINTING_ARCHITECTURE
+#if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT
 
 // ----------------------------------------------------------------------------
 // Represents the printer: manages printing a wxPrintout object