summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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