aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c
index 0fa5970124a..fb069c36673 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -4430,9 +4430,9 @@ fstat (int desc, struct stat * buf)
4430} 4430}
4431 4431
4432int 4432int
4433utime (const char *name, struct utimbuf *times) 4433utime (const char *name, struct _utimbuf *times)
4434{ 4434{
4435 struct utimbuf deftime; 4435 struct _utimbuf deftime;
4436 HANDLE fh; 4436 HANDLE fh;
4437 FILETIME mtime; 4437 FILETIME mtime;
4438 FILETIME atime; 4438 FILETIME atime;