[1/2] msvcrt: added wmemcpy_s and wmemmove_s

Dan Kegel dank at kegel.com
Mon Jul 23 10:01:19 CDT 2012


On Mon, Jul 23, 2012 at 5:56 AM, Alexandre Julliard <julliard at winehq.org> wrote:
> You shouldn't need to put that in msvcrt.

OK, I'll put it in msvcr90.

> Also please check the parameters correctly like every other _s function does.

The wmemmove_s/wmemcpy_s I posted are exact copies of the existing
non-w implementation.
I was assuming the only change needed was to use wide chars instead of bytes.
Does the existing memmove_s also need fixing?
Are you referring to using MSVCRT_CHECK_PMT()?



More information about the wine-devel mailing list