[shlwapi/tests] Fix some test failures on Vista+

Paul Vriens paul.vriens.wine at gmail.com
Wed Mar 17 07:24:51 CDT 2010


Hi,

The FDTF_NOAUTOREADINGORDER was introduced in Vista and will add 
left-to-right (200e) and right-to-left (200f) markers to the requested 
string if not present.

The interesting thing here is that the W-calls do the same but it looks 
like lstrcmpW is capable of coping with these markers. When I add some 
tracing for the W-calls I get:

ordinal.c:1713: buff : (L"\200f\200e12:09:27 PM")
ordinal.c:1716: buff2 : (L"12:09:27 PM")

lstrcmpW still sees the strings as being equal though.

Changelog
   Fix some test failures on Vista+

-- 
Cheers,

Paul.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0004-Fix-some-test-failures-on-Vista.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100317/0ae72895/attachment.asc>


More information about the wine-patches mailing list