[2/6] msvcrt: Implement strcat_s

Dmitry Timoshkov dmitry at codeweavers.com
Thu Nov 15 07:55:35 CST 2007


"Stefan Dösinger" <stefan at 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. 




More information about the wine-devel mailing list