[PATCH 2/3] kernel32: Allow CompareStringEx NORM_LINGUISTIC_CASING flag.

Erich E. Hoover erich.e.hoover at gmail.com
Wed Apr 16 15:08:11 CDT 2014


We currently have semi-stub behavior for the unnamed flag 0x10000000,
this patch adds NORM_LINGUISTIC_CASING to the list of flags that we
warn about the behavior being semi-stub.
  By no longer returning an error for this flag the applications that
care about it will no longer crash, the "worst case" is that they will
receive the wrong comparison answer for certain special characters in
some languages (like for some versions of "i" in a Turkish locale).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-kernel32-Allow-CompareStringEx-NORM_LINGUISTIC_CASIN.patch
Type: text/x-diff
Size: 2937 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140416/6a054c74/attachment.patch>


More information about the wine-patches mailing list