]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Move the #if disabling wxUSE_STD_STRING for watcom/dmc/vc5 into setup.h so
[wxWidgets.git] / setup.h.in
index 3fd5256d51d9d7ca651af2d534b3f2444aa859ea..9819817a864ffe089f38a95c2bd2bd2ed5982609 100644 (file)
 
 #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