Re: More Vacation backlog

2004-01-16 Thread Eric Pouech
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+

Re: More Vacation backlog

2004-01-15 Thread Alexandre Julliard
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 [

Re: More Vacation backlog

2004-01-15 Thread Uwe Bonnes
> "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

Re: More Vacation backlog

2004-01-14 Thread Hans Leidekker
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+

Re: More Vacation backlog

2004-01-14 Thread Alexandre Julliard
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