shlwapi/string case fix

James Hawkins truiken at gmail.com
Mon Jul 19 18:32:28 CDT 2004


StrIsIntlEqualA didnt catch when the user wanted the compare to be
case-insensitive and the wine tests were reporting these errors:

string.c:563: Test failed: StrIsIntlEqualA(FALSE,...) isn't case-insensitive
string.c:569: Test failed: IntlStrEqWorkerA(FALSE,...) isn't case-insensitive

These tests pass with this patch.

Changelog
    * send NORM_IGNORECASE to CompareStringA when bCase is FALSE.
-- 
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shlwapi-string-case.diff
Type: text/x-patch
Size: 587 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040719/17e58d7f/shlwapi-string-case.bin


More information about the wine-patches mailing list