]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
wxAuiMDI* patches through images to wxAuiNotebook
[wxWidgets.git] / setup.h_vms
index 4a0c3949c6646e4e7485e4dd1ed47bd9774eaa99..08b6636aa615774458e7915d6addc3615b743fe8 100644 (file)
@@ -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