"Stefan Dösinger" <[EMAIL PROTECTED]> 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. 



Reply via email to