On 1/2/20 8:46 PM, Jeff Smith wrote:
Hi Nikolay,
On Thu, Jan 2, 2020 at 4:13 AM Nikolay Sivov nsivov@codeweavers.com wrote:
This also needs to test other CRT libraries, ntdll and kernel32/kernelbase exports, or do we have that somehow covered already?
I am looking into expanding tests for the other CRT libraries and ntdll. While kernel32 doesn't export these, shlwapi does have some noname functions for checking character classes, such as IsBlankCharW (which I added testing for in this series).
Does it not affect GetStringType()?
Thanks, Jeff