[PATCH] msvcrt: Implement __strncnt().

Nikolay Sivov nsivov at codeweavers.com
Tue Oct 30 08:01:54 CDT 2018


On 10/30/2018 03:26 PM, Piotr Caban wrote:

> 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, I sent another version. Check is only necessary for msvcrt.dll.

>
> Thanks,
> Piotr




More information about the wine-devel mailing list