]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prntdlgg.cpp
trying to avoid redraw problems at wrong places
[wxWidgets.git] / src / generic / prntdlgg.cpp
index c949000fe0cfbfc2692936f0d010cd2eeeda2e7d..19d2d2800c93c77a0ea20942e8e38e85b55dca0b 100644 (file)
@@ -28,7 +28,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_PRINTING_ARCHITECTURE && (!defined(__WXMSW__) || (defined(__WXUNIVERSAL__) && wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW))
+#if wxUSE_PRINTING_ARCHITECTURE && (!defined(__WXMSW__) || wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW)
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"