X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0978fcb3d6abc59deb48a2c60ca293202320d411..254fbd140e67b60f46d7380c6ac242110ddd7585:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index f8ab507dfa..129a7c997a 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -267,9 +267,12 @@ // 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 // ----------------------------------------------------------------------------