summaryrefslogtreecommitdiff
path: root/Ivy/IvyWatcher.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:46 +0000
committerfcolin2007-02-01 13:03:46 +0000
commitdb65e6f46e6394f813148f179a08573752f5c220 (patch)
tree408de0b4be11fee93b17a69186982333211ef313 /Ivy/IvyWatcher.cxx
parenta30fc57b42e9b6846aab57d41f34291da563bdaa (diff)
downloadivy-cplusplus-db65e6f46e6394f813148f179a08573752f5c220.zip
ivy-cplusplus-db65e6f46e6394f813148f179a08573752f5c220.tar.gz
ivy-cplusplus-db65e6f46e6394f813148f179a08573752f5c220.tar.bz2
ivy-cplusplus-db65e6f46e6394f813148f179a08573752f5c220.tar.xz
Utilisateur : Fcolin Date : 2/02/01 Heure : 18:30 Archivé dans $/Ivy Commentaire: win CE compile not finished (vss 5)
Diffstat (limited to 'Ivy/IvyWatcher.cxx')
-rw-r--r--Ivy/IvyWatcher.cxx5
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"