ISF_MyComputer_fnParseDisplayName()

Alexandre Julliard julliard at winehq.org
Wed Apr 14 13:07:39 CDT 2004


"Martin Fuchs" <martin-fuchs at gmx.net> writes:

> Even for drive letters?
> The only valid characters you will find in szElement[0] are a..z and A..Z.

Not all Unix locales map a..z to A..Z, so yes we have to use
toupperW. But a better fix is probably to make _ILCreateDrive take a
Unicode string and do the conversion in there.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list