Re: wine/ server/trace.c server/request.h server/p ...

2005-08-09 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> 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 o

Re: wine/ server/trace.c server/request.h server/p ...

2005-08-08 Thread Vincent Béron
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 th

Re: wine/ server/trace.c server/request.h server/p ...

2004-03-27 Thread Dimitrie O. Paun
On March 26, 2004 8:48 pm, Alexandre Julliard wrote: > Use futimes() instead of utime() to implement SetFileTime, so that > it can be done on the client side. +if (atime) +{ +sec = ((ULONGLONG)atime->dwHighDateTime << 32) | atime->dwLowDateTime; +sec