X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/912c39325bfc8e9625d79d9114f67eb8d68326ce..7c5190745f8d6362354aa9018a3f0867990c4ac6:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 3fd5256d51..e718230c58 100644 --- a/setup.h.in +++ b/setup.h.in @@ -203,7 +203,12 @@ #define wxUSE_STD_IOSTREAM 0 -#define wxUSE_STD_STRING 0 +#if defined(__DMC__) || defined(__WATCOMC__) \ + || (defined(_MSC_VER) && _MSC_VER < 1200) + #define wxUSE_STD_STRING 0 +#else + #define wxUSE_STD_STRING 0 +#endif #define wxUSE_PRINTF_POS_PARAMS 0 @@ -289,11 +294,7 @@ #define wxUSE_XRC 0 -#if wxUSE_XRC -#define wxUSE_XML 0 -#else -# define wxUSE_XML 0 -#endif +#define wxUSE_XML wxUSE_XRC #define wxUSE_AUI 0 @@ -1057,6 +1058,9 @@ /* Define if you have the header file. */ #undef HAVE_WCTYPE_H +/* Define if you have (Solaris only) */ +#undef HAVE_WIDEC_H + /* Define if you have the header file and iconv() symbol. */ #undef HAVE_ICONV