From 13f52980dae9821b3d7bec9ff6a0fa4e544607d7 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 18 Jul 2008 08:01:00 -0700 Subject: Version abc80718 --- src/misc/extra/extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/extra/extra.h') diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h index f45afcbe..d63ed5d3 100644 --- a/src/misc/extra/extra.h +++ b/src/misc/extra/extra.h @@ -43,7 +43,7 @@ extern "C" { // this include should be the first one in the list // it is used to catch memory leaks on Windows -#ifdef ABC_CHECK_LEAKS +#if defined(_DEBUG) && defined(_MSC_VER) && (_MSC_VER <= 1200) // 1200 = MSVC 6.0 #include "leaks.h" #endif -- cgit v1.2.3