More Vacation backlog

Alexandre Julliard julliard at winehq.org
Wed Jan 14 15:06:39 CST 2004


Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de> writes:

> appended patch opens the devicefile connected to a drive as connected by the
> user in ~/.wine/config [Drive X] "Device" = "/dev/yyy".
> The appropriate action on that file ( read, write, set_file_pointer, ...)
> succeed
> according the the righte the user has on that device.

The device should be opened like a normal file, using the create_file
request. Then there wouldn't be any need to change the server device
object (which is a nasty hack that should be removed).

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list