X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0978fcb3d6abc59deb48a2c60ca293202320d411..40717c90bf265de0a752d637a35cd88cb22bbd05:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index a2f76c9f6f..eea5cf1dff 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -1,3 +1,13 @@ +/////////////////////////////////////////////////////////////////////////////// +// Name: wx/setup_inc.h +// Purpose: setup.h settings +// Author: Vadim Zeitlin +// Modified by: +// Created: +// RCS-ID: $Id$ +// Copyright: (c) Vadim Zeitlin +// Licence: wxWindows licence +/////////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- // global settings @@ -251,9 +261,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 conversion to standard C++ string if 1. +#define wxUSE_STD_STRING 0 + // ---------------------------------------------------------------------------- // non GUI features selection // ----------------------------------------------------------------------------