-// Set this to 1 to use Microsoft CTL3D library for "3D-look" under Win16 or NT
-// 3.x. This setting is ignored under Win9x and NT 4.0+.
-//
-// Default is 0 for (most) Win32 (systems), 1 for Win16
-//
-// Recommended setting: 0
-#define wxUSE_CTL3D 0
+// Set to 0 to disable PostScript print/preview architecture code under Windows
+// (just use Windows printing).
+#if defined(__WIN32__)
+ #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
+#else
+ #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
+#endif