]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed __WXUNIVERSAL__ part of condition
authorJulian Smart <julian@anthemion.co.uk>
Sat, 23 Aug 2003 09:30:28 +0000 (09:30 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 23 Aug 2003 09:30:28 +0000 (09:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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"