Author: sserapion Date: Wed Sep 3 00:35:20 2008 New Revision: 35895
URL: http://svn.reactos.org/svn/reactos?rev=35895&view=rev Log: fix amd64 build
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/string/tcsnlen.h
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/string/tcsnlen.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/string/tcsnlen.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/string/tcsnlen.h [iso-8859-1] Wed Sep 3 00:35:20 2008 @@ -4,7 +4,7 @@ #include <stddef.h> #include <tchar.h>
-int _tcsnlen(const _TCHAR * str, size_t count) +size_t _tcsnlen(const _TCHAR * str, size_t count) { const _TCHAR * s;