Author: tkreuzer
Date: Wed Jun 15 11:42:37 2011
New Revision: 52243
URL:
http://svn.reactos.org/svn/reactos?rev=52243&view=rev
Log:
forgot to commit this file
Added:
trunk/reactos/include/reactos/wcsfuncs.h (with props)
Added: trunk/reactos/include/reactos/wcsfuncs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wcsfuncs.h…
==============================================================================
--- trunk/reactos/include/reactos/wcsfuncs.h (added)
+++ trunk/reactos/include/reactos/wcsfuncs.h [iso-8859-1] Wed Jun 15 11:42:37 2011
@@ -1,0 +1,23 @@
+/*
+ PROJECT: ReactOS
+ LICENSE: GPL v2 or any later version
+ FILE: include/host/wcsfuncs.h
+ PURPOSE: Header for the "host_wcsfuncs" static library
+ COPYRIGHT: Copyright 2008 Colin Finck <mail(a)colinfinck.de>
+*/
+
+#ifndef _HOST_WCSFUNCS_H
+#define _HOST_WCSFUNCS_H
+
+/* Map str*W functions to wcs* function */
+
+#define isspaceW iswspace
+#define strchrW wcschr
+#define strcmpiW _wcsicmp
+#define strcpyW wcscpy
+#define strlenW wcslen
+#define strncmpW wcsncmp
+#define strtolW wcstol
+#define strtoulW wcstoul
+
+#endif
Propchange: trunk/reactos/include/reactos/wcsfuncs.h
------------------------------------------------------------------------------
svn:eol-style = native