From 9fb98a3d1a6a0798ac11f0695075b93e82102377 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:52 +0000 Subject: Utilisateur : Fcolin Date : 17/07/01 Heure : 18:25 Archivé dans $/Ivy (vss 13) --- Ivy/IvyStdAfx.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Ivy') 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 -#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 -- cgit v1.1