aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/linden_common.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-28 17:21:23 -0500
committerJacek Antonelli2008-09-28 17:21:46 -0500
commit31e7c77a411d94bc87f0232588b339149bb29a49 (patch)
tree49e487700e91713e620e4d33f20b7f7afb5a2fa9 /linden/indra/llcommon/linden_common.h
parentSecond Life viewer sources 1.21.2-RC (diff)
downloadmeta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.zip
meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.gz
meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.bz2
meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.xz
Second Life viewer sources 1.21.3-RC
Diffstat (limited to 'linden/indra/llcommon/linden_common.h')
-rw-r--r--linden/indra/llcommon/linden_common.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/linden/indra/llcommon/linden_common.h b/linden/indra/llcommon/linden_common.h
index 827ec8f..fc34a92 100644
--- a/linden/indra/llcommon/linden_common.h
+++ b/linden/indra/llcommon/linden_common.h
@@ -33,9 +33,11 @@
33#define LL_LINDEN_COMMON_H 33#define LL_LINDEN_COMMON_H
34 34
35#if defined(LL_WINDOWS) && defined(_DEBUG) 35#if defined(LL_WINDOWS) && defined(_DEBUG)
36# define _CRTDBG_MAP_ALLOC 36# if _MSC_VER >= 1400 // Visual C++ 2005 or later
37# include <stdlib.h> 37# define _CRTDBG_MAP_ALLOC
38# include <crtdbg.h> 38# include <stdlib.h>
39# include <crtdbg.h>
40# endif
39#endif 41#endif
40 42
41#include "llpreprocessor.h" 43#include "llpreprocessor.h"