[PATCH 4/5] include: Add wmemmove to wchar.h

Piotr Caban piotr.caban at gmail.com
Mon May 28 10:17:51 CDT 2018


On 05/28/18 06:17, Alex Henrie wrote:
> On Sun, May 27, 2018 at 9:20 PM Dmitry Timoshkov <dmitry at baikal.ru> wrote:
>> Shouldn't wmemcpy() implementation also simply call memcpy() in a similar
>> way?
> 
> I wasn't sure whether wchar.h on Windows includes string.h. I just tested
> it and it looks like it does, so we could call functions from string.h
> instead if that is preferred.
Yes, I think it's preferred to call memcpy / memmove.

Thanks,
Piotr



More information about the wine-devel mailing list