X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33b44441ef4141ffa4aada9ac67a61aacc6713be..7c5190745f8d6362354aa9018a3f0867990c4ac6:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 4a0c3949c6..08b6636aa6 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -219,7 +219,12 @@ typedef pid_t GPid; #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