summaryrefslogtreecommitdiff
path: root/Bus
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:50 +0000
committerfcolin2007-02-01 13:02:50 +0000
commitb57a34f27d3c6dd1aa8bede53df82e946ee1bd61 (patch)
tree7a3632f873e6f437f169176dfa0784dbff584844 /Bus
parent6554229f7d765fa8511052334001cf76f2071c0e (diff)
downloadivy-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')
-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 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