[Gtab-cvs] src/resource objectstrings.cpp,1.16,1.17
Status: Alpha
Brought to you by:
m0ta
|
From: Seavan <se...@us...> - 2006-02-28 07:15:28
|
Update of /cvsroot/gtab/src/resource In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4121/resource Modified Files: objectstrings.cpp Log Message: * memory leaks workaround Index: objectstrings.cpp =================================================================== RCS file: /cvsroot/gtab/src/resource/objectstrings.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** objectstrings.cpp 26 Feb 2006 12:13:44 -0000 1.16 --- objectstrings.cpp 28 Feb 2006 07:15:24 -0000 1.17 *************** *** 28,32 **** --- 28,38 ---- * @date 06-xx-05 */ + // PCH file #include "stdafx.h" + // Memory leak detection + #ifdef _DEBUG + #define new DEBUG_NEW + #endif + // -- memory leak detection #include "objectstrings.h" |