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