From 08792355a67d04bbd4b1f7a352498cd2dd7660f5 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Mon, 28 Feb 2005 18:20:53 +0000 Subject: [PATCH] Extra happiness on VC2005 This was SVN commit r1957. --- source/lib/string_s.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lib/string_s.cpp b/source/lib/string_s.cpp index 07568df5fa..1c6640866c 100644 --- a/source/lib/string_s.cpp +++ b/source/lib/string_s.cpp @@ -182,8 +182,6 @@ int tcat_s(tchar* dst, size_t max_dst_chars, const tchar* src) } -#endif - ////////////////////////////////////////////////////////////////////////////// // // built-in self test @@ -357,3 +355,5 @@ STMT( \ static int dummy = test(); #endif // #ifndef NDEBUG + +#endif // #if _MSC_VER < 1400