[ros-diffs] [tkreuzer] 52243: forgot to commit this file

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Jun 15 11:42:38 UTC 2011


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?rev=52243&view=auto
==============================================================================
--- 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 at 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




More information about the Ros-diffs mailing list