From: Vadim Zeitlin Date: Thu, 28 Sep 2006 11:47:12 +0000 (+0000) Subject: only use PS printing in wxUniv (the test was accidentally broken by last commit) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/12acbc9bf7c4b486a74293be2eb5c0ebaf4828da only use PS printing in wxUniv (the test was accidentally broken by last commit) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/dcprint.cpp b/src/msw/dcprint.cpp index 8f77fa7fe8..a2e365c072 100644 --- a/src/msw/dcprint.cpp +++ b/src/msw/dcprint.cpp @@ -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