From 96869c0de45c20949ede6deeb4e8f954b7b209ca Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Mon, 15 Sep 2008 19:45:18 +0000 Subject: Fix for VC7 DEBUG build failure --- indra/llcommon/linden_common.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'indra/llcommon') diff --git a/indra/llcommon/linden_common.h b/indra/llcommon/linden_common.h index 1581522a2e..a48c3fbb8c 100644 --- a/indra/llcommon/linden_common.h +++ b/indra/llcommon/linden_common.h @@ -33,9 +33,11 @@ #define LL_LINDEN_COMMON_H #if defined(LL_WINDOWS) && defined(_DEBUG) -# define _CRTDBG_MAP_ALLOC -# include -# include +# if _MSC_VER >= 1400 // Visual C++ 2005 or later +# define _CRTDBG_MAP_ALLOC +# include +# include +# endif #endif #include "llpreprocessor.h" -- cgit v1.3