From 8eef7f8326e715ea4e9e84f46487cf4657601c25 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 20 Feb 2006 08:01:00 -0800 Subject: Version abc60220 --- src/misc/util/leaks.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/misc/util/leaks.h') diff --git a/src/misc/util/leaks.h b/src/misc/util/leaks.h index daa628b1..1a32062a 100644 --- a/src/misc/util/leaks.h +++ b/src/misc/util/leaks.h @@ -1,8 +1,8 @@ -/////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////// // This file is used to detect memory leaks using Visual Studio 6.0 -// The idea comes from the following webpage: -// http://www.michaelmoser.org/memory.htm -////////////////////////////////////// +// The idea comes from this page: http://www.michaelmoser.org/memory.htm +// In addition to this file, it required the presence of "stdlib_hack.h" +////////////////////////////////////////////////////////////////////////// #ifndef __LEAKS_H__ #define __LEAKS_H__ -- cgit v1.2.3