| commit | a1fe8b4f2484ca12e4a67422c9098aa658b9abea | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Sat Mar 27 01:48:52 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Mar 27 01:48:52 2004 +0000 |
| tree | 364ca7c81a0af4b1a4e534e4a3f33cff832872a1 | |
| parent | dd46d6df9e7ae4e0fbf30c25b5d5b59ed89d7fc7 [diff] [blame] |
Use futimes() instead of utime() to implement SetFileTime, so that it can be done on the client side.
diff --git a/configure b/configure index 3cdaec9..aff6ad5 100755 --- a/configure +++ b/configure
@@ -15972,6 +15972,7 @@ + for ac_func in \ _lwp_create \ _lwp_self \ @@ -15988,6 +15989,7 @@ fpclass \ ftruncate \ ftruncate64 \ + futimes \ getnetbyaddr \ getnetbyname \ getopt_long \