diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4430,9 +4430,9 @@ fstat (int desc, struct stat * buf) | |||
| 4430 | } | 4430 | } |
| 4431 | 4431 | ||
| 4432 | int | 4432 | int |
| 4433 | utime (const char *name, struct utimbuf *times) | 4433 | utime (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; |