]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Compilation fix for VC++ 5 and 6
[wxWidgets.git] / include / wx / msw / setup0.h
index 4580e4407df576394df6187a820782c5eeaa664b..e49950962258dbd5f1ad5300b895b4f528a73414 100644 (file)
 // If enabled (1), compiles wxWidgets streams classes
 #define wxUSE_STREAMS       1
 
-// Use standard C++ streams if 1. If 0, use wxWin streams implementation.
+// Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
 #define wxUSE_STD_IOSTREAM  0
 
+// Enable conversion to  standard C++ string if 1.
+#define wxUSE_STD_STRING  0
+
 // ----------------------------------------------------------------------------
 // non GUI features selection
 // ----------------------------------------------------------------------------