"Alistair Leslie-Hughes" leslie_alistair@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.