USER32: Patch 3 of 6: DlgDirList converts path specification to uppercase.

Alexandre Julliard julliard at winehq.org
Wed Nov 14 06:12:00 CST 2007


Alex Villacís Lasso <a_villacis at 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 at winehq.org



More information about the wine-devel mailing list