summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:48 +0000
committerfcolin2007-02-01 13:02:48 +0000
commit6554229f7d765fa8511052334001cf76f2071c0e (patch)
tree68f409e8f97821ef5cbbb50dc0bf9e46afb0e50f /Bus/Ivy
parenta68b5a80b7fccb7dc6fe2cbb03a906f36f1cb8de (diff)
downloadivy-cplusplus-6554229f7d765fa8511052334001cf76f2071c0e.zip
ivy-cplusplus-6554229f7d765fa8511052334001cf76f2071c0e.tar.gz
ivy-cplusplus-6554229f7d765fa8511052334001cf76f2071c0e.tar.bz2
ivy-cplusplus-6554229f7d765fa8511052334001cf76f2071c0e.tar.xz
Utilisateur : Fcolin Date : 23/05/01 Heure : 10:25 Archivé dans $/Ivy (vss 11)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/IvyStdAfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyStdAfx.h b/Bus/Ivy/IvyStdAfx.h
index e335332..df0561a 100644
--- a/Bus/Ivy/IvyStdAfx.h
+++ b/Bus/Ivy/IvyStdAfx.h
@@ -90,7 +90,7 @@ void DebugTrace ( const char *fmt , ... );
#define ASSERT(expr) assert( expr )
#endif
-#if defined( WIN32 ) && (!defined(UNDER_CE))
+#if defined( WIN32 ) && (!defined(UNDER_CE)) && (!defined(_AFX))
#include <crtdbg.h>
#ifndef DEBUG_NEW_OP