From a68b5a80b7fccb7dc6fe2cbb03a906f36f1cb8de Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:46 +0000 Subject: Utilisateur : Fcolin Date : 20/02/01 Heure : 10:52 Archivé dans $/Ivy (vss 10) --- Bus/Ivy/IvyStdAfx.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Bus/Ivy') diff --git a/Bus/Ivy/IvyStdAfx.h b/Bus/Ivy/IvyStdAfx.h index 9bb291c..e335332 100644 --- a/Bus/Ivy/IvyStdAfx.h +++ b/Bus/Ivy/IvyStdAfx.h @@ -91,8 +91,10 @@ void DebugTrace ( const char *fmt , ... ); #endif #if defined( WIN32 ) && (!defined(UNDER_CE)) -#include +#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); @@ -101,5 +103,6 @@ inline void __cdecl operator delete(void *p, const char * lpszFileName, int nLin { ::operator delete(p, _NORMAL_BLOCK, lpszFileName, nLine); } +#endif #endif -- cgit v1.1