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