https://bugs.winehq.org/show_bug.cgi?id=34122
--- Comment #32 from Robert Walker bob.mt.wya@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)...