"Alistair Leslie-Hughes" leslie_alistair@hotmail.com wrote:
Corrected comparisons, and error message in test.
diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index d6cffcb..ebd718c 100644 --- 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
What's happened to the spec entry fix?
"Dmitry Timoshkov" dmitry@codeweavers.com wrote in message news:02e801c87920$02228430$a600fea9@DMITRY...
"Alistair Leslie-Hughes" leslie_alistair@hotmail.com wrote:
Corrected comparisons, and error message in test.
diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index d6cffcb..ebd718c 100644 --- 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
What's happened to the spec entry fix?
I use an old patch after I reset my tree, Ill correct it again.
Thanks Alistair Leslie-Hughes