Le lun 08/08/2005 à 11:11, Alexandre Julliard a écrit : [snip]
Modified files: server : trace.c request.h protocol.def mapping.c file.c fd.c change.c include/wine : server_protocol.h
Log message: Added an unmount_device request that invalidates all file descriptors open on a given Unix device.
[snip]
Does that mean we can now eject a CD even if an installer program keeps a file open on it? If so, should we have a wineeject to call that server request, or is it planned to be taken care of in some other way?
Vincent
Vincent Béron vberon@mecano.gme.usherb.ca writes:
Does that mean we can now eject a CD even if an installer program keeps a file open on it?
Not yet, there are still some pieces missing.
If so, should we have a wineeject to call that server request, or is it planned to be taken care of in some other way?
That's one of the possibilities, it's not really clear yet what the user interface should be.