]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
added wxCopyRectToRECT()
[wxWidgets.git] / include / wx / setup_inc.h
index a2f76c9f6f0d1c69f4ef4375c0f1765520fc38a1..56fc33e02e1a232998982e49dd27e5bf8b278455 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
 // ----------------------------------------------------------------------------