[ros-diffs] [tkreuzer] 39306: remove #if 0 hack

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Feb 3 12:12:23 CET 2009


Author: tkreuzer
Date: Tue Feb  3 05:12:22 2009
New Revision: 39306

URL: http://svn.reactos.org/svn/reactos?rev=39306&view=rev
Log:
remove #if 0 hack

Modified:
    branches/ros-amd64-bringup/reactos/include/crt/tchar.h

Modified: branches/ros-amd64-bringup/reactos/include/crt/tchar.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/crt/tchar.h?rev=39306&r1=39305&r2=39306&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/crt/tchar.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/crt/tchar.h [iso-8859-1] Tue Feb  3 05:12:22 2009
@@ -623,9 +623,7 @@
 #define _tcscpy_s strcpy_s
 #define _tcsdup _strdup
 #define _tcslen strlen
-#if 0
 #define _tcsnlen strnlen
-#endif
 #define _tcsxfrm strxfrm
 #define _tcsxfrm_l _strxfrm_l
 #define _tcserror strerror



More information about the Ros-diffs mailing list