diff options
| author | Eli Zaretskii | 2013-03-30 15:25:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-30 15:25:48 +0300 |
| commit | fff1aa4e84d0568c0295711f58fa18028d100744 (patch) | |
| tree | 8250209f86564f308efb6e8c1c6b0341e5196bac /src | |
| parent | 8934438ad1d95a47ed772fae3261d64805c47289 (diff) | |
| download | emacs-fff1aa4e84d0568c0295711f58fa18028d100744.tar.gz emacs-fff1aa4e84d0568c0295711f58fa18028d100744.zip | |
Fixed compilation problems in lib/.
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; |