X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81f90336020eab200e8f09a6b726c7ec49439b68..f57ba564cb53b10e80303bed2ae7a517cb4655a0:/setup.h.in diff --git a/setup.h.in b/setup.h.in index a2d34d8709..377dc3c141 100644 --- a/setup.h.in +++ b/setup.h.in @@ -161,15 +161,12 @@ #define wxUSE_DEBUG_NEW_ALWAYS 0 -#if defined(_MSC_VER) || \ - (defined(__BORLANDC__) && __BORLANDC__ >= 0x0550) - #define wxUSE_ON_FATAL_EXCEPTION 0 -#else - #define wxUSE_ON_FATAL_EXCEPTION 0 -#endif +#define wxUSE_ON_FATAL_EXCEPTION 0 #define wxUSE_STACKWALKER 0 +#define wxUSE_DEBUGREPORT 0 + #ifndef wxUSE_UNICODE #define wxUSE_UNICODE 0 @@ -210,6 +207,8 @@ #define wxUSE_FSVOLUME 0 +#define wxUSE_STDPATHS 0 + #define wxUSE_TEXTBUFFER 0 #define wxUSE_TEXTFILE 0 @@ -240,7 +239,7 @@ #define wxUSE_FS_INET 0 -#define wxUSE_ARCSTREAM 0 +#define wxUSE_ARCHIVE_STREAMS 0 #define wxUSE_ZIPSTREAM 0 @@ -276,6 +275,8 @@ #define wxUSE_DIRECTSHOW 0 +#define wxUSE_GSTREAMER 0 + #define wxUSE_XRC 0 #if wxUSE_XRC @@ -318,11 +319,7 @@ #define wxUSE_STATUSBAR 0 -#if defined(__WXMSW__) || defined(__WXMAC__) #define wxUSE_NATIVE_STATUSBAR 0 -#else -#define wxUSE_NATIVE_STATUSBAR 0 -#endif #define wxUSE_TOOLBAR 0 #define wxUSE_TOOLBAR_NATIVE 0 @@ -451,8 +448,6 @@ #define wxUSE_AFM_FOR_POSTSCRIPT 0 -#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0 - #define wxUSE_ODBC 0 @@ -970,6 +965,10 @@ with wx/msw/setup.h */ #define wxUSE_XPM_IN_MSW wxUSE_XPM +// Set to 0 to disable PostScript print/preview architecture code under Windows +// (just use Windows printing). +#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 + #endif /* __WIN32__ */ /* --------------------------------------------------------*