]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef...
[wxWidgets.git] / include / wx / msw / setup0.h
index 4580e4407df576394df6187a820782c5eeaa664b..cadd211ead1baf6084b4dcbf8c17987ed327ba92 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
 // ----------------------------------------------------------------------------
 #define wxODBC_FWD_ONLY_CURSORS         1
 
 // Default is 0.  Set to 1 to use the deprecated classes, enum types, function,
-// member variables.  With a setting of 1, full backward compatability with the
+// member variables.  With a setting of 1, full backward compatibility with the
 // 2.0.x release is possible. It is STRONGLY recommended that this be set to 0,
 // as future development will be done only on the non-deprecated
 // functions/classes/member variables/etc.