]> git.saurik.com Git - wxWidgets.git/commitdiff
restoring wxUSE_GLOBAL_MEMORY_OPERATORS I accidentally removed a moment ago
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jan 1999 22:58:27 +0000 (22:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jan 1999 22:58:27 +0000 (22:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup.h

index 8612237321a0fd415961f8678967150cb98e3a23..700ee34ce5430a058b05d518cc6ad6ec664607f9 100644 (file)
                                   // 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.