]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/setup.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / wince / setup.h
index c8dfa19da6a137ed41c36dba01208b4c4025307e..5cd390dfd4486561ae5e410eecc4928efae2c59e 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 converion to  standard C++ string if 1.
+#define wxUSE_STD_STRING  0
+
 // ----------------------------------------------------------------------------
 // non GUI features selection
 // ----------------------------------------------------------------------------