mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Support memicmpW() Wine specific function
svn path=/trunk/; revision=33063
This commit is contained in:
parent
6e8acacf27
commit
48094f5e9f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
|
||||
#define memicmpW(s1,s2,n) _wcsnicmp((const wchar_t *)(s1),(const wchar_t *)(s2),(n))
|
||||
#define strlenW(s) wcslen((const wchar_t *)(s))
|
||||
#define strcpyW(d,s) wcscpy((wchar_t *)(d),(const wchar_t *)(s))
|
||||
#define strcatW(d,s) wcscat((wchar_t *)(d),(const wchar_t *)(s))
|
||||
|
|
Loading…
Reference in a new issue