diff options
author | fcolin | 2007-02-01 13:02:22 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:02:22 +0000 |
commit | 3cbb903ca0a1c671838bec02f8fff48ceff60e5d (patch) | |
tree | 17b3f1bc8a4d5ea63698a29b6ac982a435ae4536 /Ivy/IvyStdAfx.cpp | |
parent | 122b2805e10d4e28521fc7f695685b665d36bfe0 (diff) | |
download | ivy-cplusplus-3cbb903ca0a1c671838bec02f8fff48ceff60e5d.zip ivy-cplusplus-3cbb903ca0a1c671838bec02f8fff48ceff60e5d.tar.gz ivy-cplusplus-3cbb903ca0a1c671838bec02f8fff48ceff60e5d.tar.bz2 ivy-cplusplus-3cbb903ca0a1c671838bec02f8fff48ceff60e5d.tar.xz |
Utilisateur : Fcolin Date : 20/02/01 Heure : 10:27 Archivé dans $/Ivy (vss 5)
Diffstat (limited to 'Ivy/IvyStdAfx.cpp')
-rw-r--r-- | Ivy/IvyStdAfx.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Ivy/IvyStdAfx.cpp b/Ivy/IvyStdAfx.cpp index 8da5a6e..41fc8a6 100644 --- a/Ivy/IvyStdAfx.cpp +++ b/Ivy/IvyStdAfx.cpp @@ -25,16 +25,3 @@ void DebugTrace ( const char *fmt , ... ) OutputDebugString( buffer );
#endif
}
-#ifdef WIN32
-#ifdef _DEBUG
-#include <crtdbg.h>
-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
|