From 839dda6f70939673fb91518aa506b731390a7d11 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Jan 1999 22:58:27 +0000 Subject: [PATCH 1/1] restoring wxUSE_GLOBAL_MEMORY_OPERATORS I accidentally removed a moment ago git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/setup.h b/include/wx/msw/setup.h index 8612237321..700ee34ce5 100644 --- a/include/wx/msw/setup.h +++ b/include/wx/msw/setup.h @@ -120,7 +120,7 @@ // since you may well need to output // an error log in a production // version (or non-debugging beta) -#define wxUSE_GLOBAL_MEMORY_OPERATORS 0 +#define wxUSE_GLOBAL_MEMORY_OPERATORS 1 // In debug mode, cause new and delete to be redefined globally. // If this causes problems (e.g. link errors), set this to 0. -- 2.47.2