[PATCH] include: Add wmem functions to wchar.h

Piotr Caban piotr.caban at gmail.com
Fri May 25 05:15:47 CDT 2018


Hi Alex,

On 05/23/18 06:30, Alex Henrie wrote:
> +wchar_t* __cdecl wmemchr(const wchar_t*,wchar_t,size_t);
> +int      __cdecl wmemcmp(const wchar_t*,const wchar_t*,size_t);
> +wchar_t* __cdecl wmemcpy(wchar_t*,const wchar_t*,size_t);
> +wchar_t* __cdecl wmemmove(wchar_t*,const wchar_t*,size_t);
> +wchar_t* __cdecl wmemset(wchar_t*,wchar_t,size_t);
These functions are not exported from any of msv* dlls. If it's really 
needed you will need to provide the implementation inside of the header.

Thanks,
Piotr



More information about the wine-devel mailing list