Re: USER32: Patch 3 of 6: DlgDirList converts path specification to uppercase.
14 Nov
2007
14 Nov
'07
6:12 a.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
6693
Age (days ago)
6693
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard