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