[ros-diffs] [gedmurphy] 44927: Add wcsncat back, it was removed accidentally

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Mon Jan 4 14:47:19 CET 2010


Author: gedmurphy
Date: Mon Jan  4 14:47:19 2010
New Revision: 44927

URL: http://svn.reactos.org/svn/reactos?rev=44927&view=rev
Log:
Add wcsncat back, it was removed accidentally

Modified:
    trunk/reactos/include/crt/string.h

Modified: trunk/reactos/include/crt/string.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/string.h?rev=44927&r1=44926&r2=44927&view=diff
==============================================================================
--- trunk/reactos/include/crt/string.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/string.h [iso-8859-1] Mon Jan  4 14:47:19 2010
@@ -112,6 +112,7 @@
   _CRTIMP errno_t __cdecl wcscpy_s(wchar_t * Dest, size_t SizeInWords, const wchar_t * _Source);
 #endif
   _CRTIMP size_t __cdecl wcscspn(const wchar_t *_Str,const wchar_t *_Control);
+  _CRTIMP wchar_t *wcsncat(wchar_t *_Dest,const wchar_t *_Source,size_t _Count);
   _CRTIMP size_t __cdecl wcslen(const wchar_t *_Str);
   _CRTIMP _CRT_INSECURE_DEPRECATE(wcsnlen_s) size_t __cdecl wcsnlen(const wchar_t *_Src,size_t _MaxCount);
 #if __STDC_WANT_SECURE_LIB__




More information about the Ros-diffs mailing list