Re: msvcrt: Implemented wcscpy_s
22 Feb
2008
22 Feb
'08
3:55 a.m.
"Alistair Leslie-Hughes" <leslie_alistair(a)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.
6506
Age (days ago)
6506
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov