Uwe Bonnes <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
