14 Nov
2007
14 Nov
'07
12:12 p.m.
Alex VillacĂs Lasso <a_villacis(a)palosanto.com> writes:
Observed while preparing conformance tests. The filepath (if valid) gets converted to uppercase on return.
Changelog: * DlgDirList must convert path specification to uppercase.
You should do that after the SetCurrentDirectory, uppercasing it first means we are much more likely to have to do a slow case-insensitive search on the whole path. -- Alexandre Julliard julliard(a)winehq.org