Re: [3/6] msvcrt: implement _mbsnbcpy_s
15 Nov
2007
15 Nov
'07
1:52 p.m.
"Stefan Dösinger" <stefan(a)codeweavers.com> wrote:
+int CDECL _mbsnbcpy_s(unsigned char* dst, MSVCRT_size_t size, const unsigned char* src, MSVCRT_size_t n) +{ + unsigned int pos = 0;
Same problem as with strcpy_s patch, and in addition MSVCRT_size_t is used. Perhaps strcpy_s implementation should use MSVCRT_size_t as well.
+@ cdecl _mbsnbcpy_s(ptr str long)
The spec entry has wrong number of parameters. -- Dmitry.
6605
Age (days ago)
6605
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov