summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:52 +0000
committerfcolin2007-02-01 13:02:52 +0000
commit9fb98a3d1a6a0798ac11f0695075b93e82102377 (patch)
tree30a474881164142fb77a92e9b26eacbf2d5834af /Ivy
parente5bc8ece1d671160e129161ade3a29d9be37d9f5 (diff)
downloadivy-cplusplus-9fb98a3d1a6a0798ac11f0695075b93e82102377.zip
ivy-cplusplus-9fb98a3d1a6a0798ac11f0695075b93e82102377.tar.gz
ivy-cplusplus-9fb98a3d1a6a0798ac11f0695075b93e82102377.tar.bz2
ivy-cplusplus-9fb98a3d1a6a0798ac11f0695075b93e82102377.tar.xz
Utilisateur : Fcolin Date : 17/07/01 Heure : 18:25 Archivé dans $/Ivy (vss 13)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/IvyStdAfx.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ivy/IvyStdAfx.h b/Ivy/IvyStdAfx.h
index 82df2b2..8dd1de2 100644
--- a/Ivy/IvyStdAfx.h
+++ b/Ivy/IvyStdAfx.h
@@ -92,17 +92,5 @@ void DebugTrace ( const char *fmt , ... );
#if defined( WIN32 ) && defined( _DEBUG ) && (!defined(UNDER_CE)) && (!defined(_AFX))
-#include <crtdbg.h>
-#ifndef DEBUG_NEW_OP
-#define DEBUG_NEW_OP
-inline void* __cdecl operator new(size_t nSize, const char * lpszFileName, int nLine)
- {
- return ::operator new(nSize, _NORMAL_BLOCK, lpszFileName, nLine);
- }
-inline void __cdecl operator delete(void *p, const char * lpszFileName, int nLine)
- {
- ::operator delete(p, _NORMAL_BLOCK, lpszFileName, nLine);
- }
-#endif
#endif