[Bug 34122] Multiple applications expects files returned by FindFirstFile/FindNextFile to be in alphabetical order (Civilization V with 2 expansion packs, TAGAP)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 15 08:45:42 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=34122

--- Comment #32 from Robert Walker <bob.mt.wya at gmail.com> ---
(In reply to super_man from comment #29)
> You need to test the patch attached here. Without testing it never gets
> merged.

The patch is great but it should be:
+    int ret = CompareStringOrdinal( ....
+                                    TRUE );
as NTFS is a case insensitive file-system - which Wine should emulate...
I see all the files in the original bug report started upper case - probably
why this minor issue was missed...

The patch fixes the issue with directory sorting in the Steam client
backup/restore dialog (which is frankly a pain in the ass at the moment)...

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list