X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88783bc499403318cd0e55bbffd9edf760b0394f..22423eac8bcfcd3d357465e2cbeba08f1c431181:/include/wx/setup_inc.h?ds=sidebyside diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index a91c756a9e..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 @@ -123,8 +133,9 @@ // // Default is 1 if supported by the compiler. // -// Recommended setting: 0, it is still experimental and API may change -#define wxUSE_DEBUGREPORT 0 +// Recommended setting: 1, it is compiled into a separate library so there +// is no overhead if you don't use it +#define wxUSE_DEBUGREPORT 1 // ---------------------------------------------------------------------------- // Unicode support @@ -250,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 // ----------------------------------------------------------------------------