aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorJay Threeth2011-05-08 19:27:36 -0700
committerJay Threeth2011-05-08 19:27:36 -0700
commit0d30492ccda2fd2b625bd48ac7c72388d6b789e9 (patch)
tree3f40f4287e9ec58b643e2ef769fec9b96d74d628 /linden
parentWindows build changes, maybe only needed for vc2005. Mostly snprintf -> ll_s... (diff)
downloadmeta-impy-0d30492ccda2fd2b625bd48ac7c72388d6b789e9.zip
meta-impy-0d30492ccda2fd2b625bd48ac7c72388d6b789e9.tar.gz
meta-impy-0d30492ccda2fd2b625bd48ac7c72388d6b789e9.tar.bz2
meta-impy-0d30492ccda2fd2b625bd48ac7c72388d6b789e9.tar.xz
Missed checkin
Diffstat (limited to 'linden')
-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/**