diff options
author | fcolin | 2007-02-01 13:02:48 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:02:48 +0000 |
commit | 6554229f7d765fa8511052334001cf76f2071c0e (patch) | |
tree | 68f409e8f97821ef5cbbb50dc0bf9e46afb0e50f | |
parent | a68b5a80b7fccb7dc6fe2cbb03a906f36f1cb8de (diff) | |
download | ivy-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)
-rw-r--r-- | Bus/Ivy/IvyStdAfx.h | 2 |
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
|