From: Piotr Caban Subject: Re: [PATCH 1/3] ucrtbase/tests: Test what iswctype considers a blank character. Message-Id: Date: Thu, 2 Jan 2020 14:55:22 +0100 In-Reply-To: <20200101074616.2138678-1-whydoubt@gmail.com> References: <20200101074616.2138678-1-whydoubt@gmail.com> 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