Yes, it's a temporary hack. Devices should be normal file handles.
Eric's file management patch is going to take care of that I believe.
yes it does
A+
Uwe Bonnes <[EMAIL PROTECTED]> writes:
> Alexandre:
>
> Do I understand your last sentence right?
>
> server/device.c should disapear?
Yes, it's a temporary hack. Devices should be normal file handles.
Eric's file management patch is going to take care of that I believe.
--
Alexandre Julliard
[
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes:
Alexandre> 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 actio
On Tuesday 13 January 2004 23:57, Uwe Bonnes wrote:
> +HANDLE DEVICE_Open( LPCWSTR filenameW, DWORD access, DWORD attributes,
> LPSECURITY_ATTRIBUTES sa )
> {
> const struct VxDInfo *info;
> char filename[MAX_PATH];
> @@ -283,7 +283,7 @@
>
> for (info = VxDList; info->name; info+
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