aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llstring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llstring.h b/linden/indra/llcommon/llstring.h
index 881ba83..ced9713 100644
--- a/linden/indra/llcommon/llstring.h
+++ b/linden/indra/llcommon/llstring.h
@@ -498,6 +498,8 @@ LL_COMMON_API std::string utf8str_removeCRLF(const std::string& utf8str);
498LL_COMMON_API std::string ll_convert_wide_to_string(const wchar_t* in); 498LL_COMMON_API std::string ll_convert_wide_to_string(const wchar_t* in);
499 499
500//@} 500//@}
501#else
502#define ll_snprintf snprintf
501#endif // LL_WINDOWS 503#endif // LL_WINDOWS
502 504
503/** 505/**