From 0978fcb3d6abc59deb48a2c60ca293202320d411 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Mar 2005 00:51:20 +0000 Subject: [PATCH] set wxUSE_DEBUGREPORT to 1 by default again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup0.h | 5 +++-- include/wx/msw/setup0.h | 5 +++-- include/wx/msw/wince/setup.h | 5 +++-- include/wx/setup_inc.h | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index c385c7ebbd..f8ab507dfa 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -139,8 +139,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 diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index f51f0e2e29..4580e4407d 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -138,8 +138,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 diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index d989926ee2..6559ce836c 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -138,8 +138,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 diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index a91c756a9e..a2f76c9f6f 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -123,8 +123,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 -- 2.45.2