Author: tkreuzer
Date: Wed Mar 31 14:16:42 2010
New Revision: 46616
URL:
http://svn.reactos.org/svn/reactos?rev=46616&view=rev
Log:
[tchar.h]
enable _tcsnlen definition
Modified:
trunk/reactos/include/crt/tchar.h
Modified: trunk/reactos/include/crt/tchar.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/tchar.h?rev=46…
==============================================================================
--- trunk/reactos/include/crt/tchar.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/tchar.h [iso-8859-1] Wed Mar 31 14:16:42 2010
@@ -624,9 +624,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