Re: msxml3: Implemented wcscpy_s (try 3)
"Alistair Leslie-Hughes" <leslie_alistair(a)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.
"Dmitry Timoshkov" <dmitry(a)codeweavers.com> wrote in message news:02e801c87920$02228430$a600fea9(a)DMITRY...
"Alistair Leslie-Hughes" <leslie_alistair(a)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
participants (2)
-
Alistair Leslie-Hughes -
Dmitry Timoshkov