diff options
author | fcolin | 2007-02-01 13:03:46 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:03:46 +0000 |
commit | 67ac3934809a3c7f4d9c9f8b5dfb4db986c430c3 (patch) | |
tree | d5bd4e79d8eeef4e89c33e996908e2a0c679b16b /Bus/Ivy | |
parent | 9d5e38db0c4cd392f4d0be4da8628ec944f47de2 (diff) | |
download | ivy-cplusplus-67ac3934809a3c7f4d9c9f8b5dfb4db986c430c3.zip ivy-cplusplus-67ac3934809a3c7f4d9c9f8b5dfb4db986c430c3.tar.gz ivy-cplusplus-67ac3934809a3c7f4d9c9f8b5dfb4db986c430c3.tar.bz2 ivy-cplusplus-67ac3934809a3c7f4d9c9f8b5dfb4db986c430c3.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 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/IvyWatcher.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyWatcher.cxx b/Bus/Ivy/IvyWatcher.cxx index 099e670..8bd46bf 100644 --- a/Bus/Ivy/IvyWatcher.cxx +++ b/Bus/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"
|