[PATCH v2] kernel32: Implement FindNLSStringEx. Tests included.

Nikolay Sivov bunglehead at gmail.com
Mon Mar 12 06:03:07 CDT 2018


On 3/12/2018 12:25 PM, Huw Davies wrote:
> 
>> +                           LPARAM sort_handle)
>> +{
>> +
>> +    DWORD mask = flags;
>> +
>> +    TRACE("%s %x %s %d %s %d %p %p %p %ld\n", wine_dbgstr_w(localename), flags,
>> +          wine_dbgstr_w(src), src_size, wine_dbgstr_w(value), value_size, found,
>> +          version_info, reserved, sort_handle);
>> +    FIXME("strings should be normalized once NormalizeString() is implemented\n");
> 
> I don't think we want the noise that this FIXME would generate.  Just add a comment.

Actually it might be possible that CompareString() handles decomposed
case on its own, I haven't tested that.



More information about the wine-devel mailing list