diff options
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/IvyWatcher.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ivy/IvyWatcher.cxx b/Ivy/IvyWatcher.cxx index 099e670..8bd46bf 100644 --- a/Ivy/IvyWatcher.cxx +++ b/Ivy/IvyWatcher.cxx @@ -3,6 +3,11 @@ #include "stdafx.h"
+#ifdef _DEBUG
+#define DEBUG_NEW new(__FILE__, __LINE__)
+#define new DEBUG_NEW
+#endif
+
#include "IvyWatcher.h"
#include "IvyApplication.h"
|