DOSFS_GetPathDrive patch

Alexandre Julliard julliard at winehq.com
Wed Jul 3 14:50:05 CDT 2002


Duane Clark <dclark at akamail.com> writes:

> In particular, it calls GetFileAttributes with a path like:
> \c\Xilinx\bin\lib\tcl8.3\init.tcl
> which fails in DOSFS_GetPathDrive.
> 
> Changelog: Check for absolute Unix path in DOSFS_GetPathDrive

The problem I see with that is that the app can no longer access a
directory that has the same name as a drive root (for instance if you
have a /msdos drive then the app cannot use \msdos to mean c:\msdos).

Where does the Xilinx path come from?  That's not a valid Windows path
anyway so that looks like a bug.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list