[1/2] msvcrt: added wmemcpy_s and wmemmove_s

Alexandre Julliard julliard at winehq.org
Mon Jul 23 07:56:53 CDT 2012


Dan Kegel <dank at kegel.com> writes:

> Next patch will expose them for msvcr100.
>
> From 357c45971e1315e8f6cd1f9feac65cf96a006a41 Mon Sep 17 00:00:00 2001
> From: Dan Kegel <dank at kegel.com>
> Date: Fri, 20 Jul 2012 10:39:32 -0700
> Subject: [PATCH 1/2] msvcrt: add wmemcpy_s and wmemmove_s
>
> ---
>  dlls/msvcrt/heap.c       |   29 ++++++++++++++++++++++++
>  dlls/msvcrt/msvcrt.spec  |    2 +
>  dlls/msvcrt/tests/misc.c |   54 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 85 insertions(+), 0 deletions(-)

You shouldn't need to put that in msvcrt. Also please check the
parameters correctly like every other _s function does.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list