[ros-diffs] [sserapion] 35895: fix amd64 build

sserapion at svn.reactos.org sserapion at svn.reactos.org
Wed Sep 3 14:39:20 CEST 2008


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/sdk/crt/string/tcsnlen.h?rev=35895&r1=35894&r2=35895&view=diff
==============================================================================
--- 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;
 



More information about the Ros-diffs mailing list