summaryrefslogtreecommitdiff
path: root/Bus/Ivy/IvyStdAfx.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:52 +0000
committerfcolin2007-02-01 13:02:52 +0000
commit02ffbbb57940ec55e523cf061c4db455b209ee72 (patch)
treec5e20707be952b296b8e38450de1c6775d624f3a /Bus/Ivy/IvyStdAfx.h
parentb57a34f27d3c6dd1aa8bede53df82e946ee1bd61 (diff)
downloadivy-cplusplus-02ffbbb57940ec55e523cf061c4db455b209ee72.zip
ivy-cplusplus-02ffbbb57940ec55e523cf061c4db455b209ee72.tar.gz
ivy-cplusplus-02ffbbb57940ec55e523cf061c4db455b209ee72.tar.bz2
ivy-cplusplus-02ffbbb57940ec55e523cf061c4db455b209ee72.tar.xz
Utilisateur : Fcolin Date : 17/07/01 Heure : 18:25 Archivé dans $/Ivy (vss 13)
Diffstat (limited to 'Bus/Ivy/IvyStdAfx.h')
-rw-r--r--Bus/Ivy/IvyStdAfx.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Bus/Ivy/IvyStdAfx.h b/Bus/Ivy/IvyStdAfx.h
index 82df2b2..8dd1de2 100644
--- a/Bus/Ivy/IvyStdAfx.h
+++ b/Bus/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