summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:48 +0000
committerfcolin2007-02-01 13:02:48 +0000
commited57724939eb298af5ed2d810937acd18e1418ce (patch)
tree45ae85ff1ceee569ce48a6fe785653519788381e /Ivy
parenta793429d90412587a0e7b493d177272774fd81c1 (diff)
downloadivy-cplusplus-ed57724939eb298af5ed2d810937acd18e1418ce.zip
ivy-cplusplus-ed57724939eb298af5ed2d810937acd18e1418ce.tar.gz
ivy-cplusplus-ed57724939eb298af5ed2d810937acd18e1418ce.tar.bz2
ivy-cplusplus-ed57724939eb298af5ed2d810937acd18e1418ce.tar.xz
Utilisateur : Fcolin Date : 23/05/01 Heure : 10:25 Archivé dans $/Ivy (vss 11)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/IvyStdAfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyStdAfx.h b/Ivy/IvyStdAfx.h
index e335332..df0561a 100644
--- a/Ivy/IvyStdAfx.h
+++ b/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