]> git.saurik.com Git - wxWidgets.git/commitdiff
only use PS printing in wxUniv (the test was accidentally broken by last commit)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Sep 2006 11:47:12 +0000 (11:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Sep 2006 11:47:12 +0000 (11:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dcprint.cpp

index 8f77fa7fe8c227ccd9a870659aa59a7d7be8e4e2..a2e365c0725b39416e8d1f16e15d563e87ada6e1 100644 (file)
@@ -56,7 +56,7 @@
     #define GDI_ERROR ((int)-1)
 #endif
 
-#if defined(__WXUNIVERSAL__) || wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
+#if defined(__WXUNIVERSAL__) && wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
     #define wxUSE_PS_PRINTING 1
 #else
     #define wxUSE_PS_PRINTING 0