From: Robert Roebling Date: Thu, 28 Jan 1999 08:34:55 +0000 (+0000) Subject: Committing wxUSE_DEBUG_NEW_ALWAYS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e85b406c71df05da4dd42e5d57122f8efd913be0 Committing wxUSE_DEBUG_NEW_ALWAYS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup/setup.hin b/setup/setup.hin index 5937b5cc9c..70d7206dd5 100644 --- a/setup/setup.hin +++ b/setup/setup.hin @@ -234,6 +234,12 @@ * Enable debugging version of global memory operators new and delete * Disable it, If this causes problems (e.g. link errors) */ +#define wxUSE_DEBUG_NEW_ALWAYS 1 +/* + * In debug mode, causes new to be defined to + * be WXDEBUG_NEW (see object.h). If this causes + * problems (e.g. link errors), set this to 0. + */ #define wxUSE_GLOBAL_MEMORY_OPERATORS 0 /* * Matthews garbage collection (used for MrEd?)