From 4f862b36ced5cb5884b0bf259cb4b36261d13859 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:22 +0000 Subject: Utilisateur : Fcolin Date : 20/02/01 Heure : 10:27 Archivé dans $/Ivy (vss 5) --- Bus/Ivy/IvyStdAfx.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Bus/Ivy/IvyStdAfx.cpp') diff --git a/Bus/Ivy/IvyStdAfx.cpp b/Bus/Ivy/IvyStdAfx.cpp index 8da5a6e..41fc8a6 100644 --- a/Bus/Ivy/IvyStdAfx.cpp +++ b/Bus/Ivy/IvyStdAfx.cpp @@ -25,16 +25,3 @@ void DebugTrace ( const char *fmt , ... ) OutputDebugString( buffer ); #endif } -#ifdef WIN32 -#ifdef _DEBUG -#include -void* __cdecl operator new(size_t nSize, const char * lpszFileName, int nLine) - { - return ::operator new(nSize, _NORMAL_BLOCK, lpszFileName, nLine); - } -void __cdecl operator delete(void *p, const char * lpszFileName, int nLine) - { - ::operator delete(p, _NORMAL_BLOCK, lpszFileName, nLine); - } -#endif -#endif -- cgit v1.1