X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05d344d2ef02d074d84f735ecb4d520b0c8ce455..f23b6f74bbf43799594924e94382b13587b4a57e:/include/wx/msw/wince/setup.h?ds=sidebyside diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index c8dfa19da6..5cd390dfd4 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -266,9 +266,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 // ----------------------------------------------------------------------------