Re: ISF_MyComputer_fnParseDisplayName()

2004-04-14 Thread Alexandre Julliard
"Martin Fuchs" <[EMAIL PROTECTED]> 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

Re: ISF_MyComputer_fnParseDisplayName()

2004-04-14 Thread Martin Fuchs
13 Apr 2004 20:45:39 - > > @@ -217,6 +217,7 @@ ISF_MyComputer_fnParseDisplayName (IShel > > /* do we have an absolute path name ? */ > > else if (PathGetDriveNumberW (lpszDisplayName) >= 0 && > lpszDisplayName[2] == (WCHAR) '\\

Re: ISF_MyComputer_fnParseDisplayName()

2004-04-13 Thread Dmitry Timoshkov
reactos/lib/shell32/shfldr_mycomp.c,v > retrieving revision 1.10 > diff -u -p -d -r1.10 shfldr_mycomp.c > --- shfldr_mycomp.c 11 Apr 2004 13:24:29 - 1.10 > +++ shfldr_mycomp.c 13 Apr 2004 20:45:39 - > @@ -217,6 +217,7 @@ ISF_MyComputer_fnParseDisplayName (IShel >