[PATCH 1/3] ucrtbase/tests: Test what iswctype considers a blank character.

Piotr Caban piotr.caban at gmail.com
Thu Jan 2 07:55:22 CST 2020


Hi Jeff,

On 1/1/20 8:46 AM, Jeff Smith wrote:
> +                todo_wine ok(!p_iswctype(c, _BLANK), "tab shouldn't be blank\n", c);
This line will produce compilation warning.

In case of msvc*/ucrtbase dlls the function should use _pwctype table.

Thanks,
Piotr



More information about the wine-devel mailing list