On Thu, Feb 19, 2009 at 1:14 PM, Hans Leidekker hans@codeweavers.com wrote:
This isn't how it's done on Windows. On Windows, the order is based solely on directory enumeration, which we don't try to match in Wine.
I don't see how it would hurt if we do match the sort order on Windows, even if we achieve it by other means.
The reason it hurts in this case is because the sorting happens at the File/Directory API level and not in fusion itself. If the same logic applies, why don't we match sorting at that level in Wine?
-- James Hawkins