diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/tests/llstring_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/tests/llstring_test.cpp b/indra/llcommon/tests/llstring_test.cpp index 1f4603631a..1d99214d69 100644 --- a/indra/llcommon/tests/llstring_test.cpp +++ b/indra/llcommon/tests/llstring_test.cpp @@ -32,6 +32,9 @@ * $/LicenseInfo$ */ +// win32 kludge-o-rama +#define _CRT_SECURE_NO_WARNINGS + #include "../test/lltut.h" #include "../llstring.h" |