aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llpreprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llpreprocessor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llpreprocessor.h b/linden/indra/llcommon/llpreprocessor.h
index e99b103..4809a2f 100644
--- a/linden/indra/llcommon/llpreprocessor.h
+++ b/linden/indra/llcommon/llpreprocessor.h
@@ -64,6 +64,9 @@
64 #ifndef LL_MSVC 64 #ifndef LL_MSVC
65 #define LL_MSVC 1 65 #define LL_MSVC 1
66 #endif 66 #endif
67 #if _MSC_VER < 1400
68 #define LL_MSVC7 //Visual C++ 2003 or earlier
69 #endif
67#endif 70#endif
68 71
69// Deal with minor differences on Unixy OSes. 72// Deal with minor differences on Unixy OSes.
@@ -104,9 +107,7 @@ using snprintf_hack::snprintf;
104#if defined(LL_WINDOWS) 107#if defined(LL_WINDOWS)
105#define BOOST_REGEX_NO_LIB 1 108#define BOOST_REGEX_NO_LIB 1
106#define CURL_STATICLIB 1 109#define CURL_STATICLIB 1
107 110#define XML_STATIC
108//#define LL_LCD_COMPILE 0
109
110#endif // LL_WINDOWS 111#endif // LL_WINDOWS
111 112
112 113