]> code.delx.au - gnu-emacs/blobdiff - src/w32.c
Merge from trunk.
[gnu-emacs] / src / w32.c
index 0fa5970124aa90dcbc5363369770666e4e7680ec..fb069c36673c6ac550b5219a604e39440b264ee3 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -4430,9 +4430,9 @@ fstat (int desc, struct stat * buf)
 }
 
 int
-utime (const char *name, struct utimbuf *times)
+utime (const char *name, struct _utimbuf *times)
 {
-  struct utimbuf deftime;
+  struct _utimbuf deftime;
   HANDLE fh;
   FILETIME mtime;
   FILETIME atime;