mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
forgot to commit this file
svn path=/trunk/; revision=52243
This commit is contained in:
@@ -0,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 <[email protected]>
|
||||
*/
|
||||
|
||||
#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
|
||||
Reference in New Issue
Block a user