15 Nov
2007
15 Nov
'07
1:55 p.m.
"Stefan Dösinger" <stefan(a)codeweavers.com> wrote:
+@ cdecl strcat_s(str str) MSVCRT_strcat_s ... +int CDECL MSVCRT_strcat_s( char* dst, size_t elem, const char* src ) +{ + unsigned int i, j; ... +static int (*pstrcat_s)(char *dst, unsigned int len, const char *src);
This one has the same objections as 2 previous patches. -- Dmitry.