Use futimes() instead of utime() to implement SetFileTime, so that it
authorAlexandre Julliard <julliard@winehq.org>
Sat, 27 Mar 2004 01:48:52 +0000 (01:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 27 Mar 2004 01:48:52 +0000 (01:48 +0000)
commita1fe8b4f2484ca12e4a67422c9098aa658b9abea
tree364ca7c81a0af4b1a4e534e4a3f33cff832872a1
parentdd46d6df9e7ae4e0fbf30c25b5d5b59ed89d7fc7
Use futimes() instead of utime() to implement SetFileTime, so that it
can be done on the client side.
configure
configure.ac
files/file.c
include/config.h.in
include/wine/server_protocol.h
server/file.c
server/protocol.def
server/request.h
server/trace.c