msvcrt: Implemented wcscpy_s

Dmitry Timoshkov dmitry at codeweavers.com
Thu Feb 21 21:55:44 CST 2008


"Alistair Leslie-Hughes" <leslie_alistair at hotmail.com> wrote:

> --- a/dlls/msvcrt/msvcrt.spec
> +++ b/dlls/msvcrt/msvcrt.spec
> @@ -761,6 +761,7 @@
> @ cdecl wcscmp(wstr wstr) ntdll.wcscmp
> @ cdecl wcscoll(wstr wstr) MSVCRT_wcscoll
> @ cdecl wcscpy(ptr wstr) ntdll.wcscpy
> +@ cdecl wcscpy_s(wstr long wstr) MSVCRT_wcscpy_s

Type of the first parameter should be ptr, not wstr.

-- 
Dmitry.



More information about the wine-devel mailing list