]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing wxUSE_DEBUG_NEW_ALWAYS
authorRobert Roebling <robert@roebling.de>
Thu, 28 Jan 1999 08:34:55 +0000 (08:34 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 28 Jan 1999 08:34:55 +0000 (08:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup/setup.hin

index 5937b5cc9cc2535a13bd40a5a27554cfd250bfd6..70d7206dd5bf5bf154c807ac7eea90bbf84434b7 100644 (file)
  * 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?)