[PATCH] msvcrt: Implement __strncnt().

Piotr Caban piotr.caban at gmail.com
Tue Oct 30 07:26:24 CDT 2018


Hi Nikolay,

On 10/29/18 09:52, Nikolay Sivov wrote:
> +    if (!p___strncnt)
> +    {
> +        win_skip("__strncnt() is not available.\n");
> +        return;
> +    }
This check is redundant. The function is available in all versions of 
the dll.

Thanks,
Piotr



More information about the wine-devel mailing list