diff options
author | fcolin | 2007-02-01 13:02:50 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:02:50 +0000 |
commit | b57a34f27d3c6dd1aa8bede53df82e946ee1bd61 (patch) | |
tree | 7a3632f873e6f437f169176dfa0784dbff584844 /Bus/Ivy | |
parent | 6554229f7d765fa8511052334001cf76f2071c0e (diff) | |
download | ivy-cplusplus-b57a34f27d3c6dd1aa8bede53df82e946ee1bd61.zip ivy-cplusplus-b57a34f27d3c6dd1aa8bede53df82e946ee1bd61.tar.gz ivy-cplusplus-b57a34f27d3c6dd1aa8bede53df82e946ee1bd61.tar.bz2 ivy-cplusplus-b57a34f27d3c6dd1aa8bede53df82e946ee1bd61.tar.xz |
Utilisateur : Fcolin Date : 16/07/01 Heure : 11:47 Archivé dans $/Ivy (vss 12)
Diffstat (limited to 'Bus/Ivy')
-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 df0561a..82df2b2 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)) && (!defined(_AFX))
+#if defined( WIN32 ) && defined( _DEBUG ) && (!defined(UNDER_CE)) && (!defined(_AFX))
#include <crtdbg.h>
#ifndef DEBUG_NEW_OP
|