Differences From Artifact [619a5193ae]:
- File src/file.c — part of check-in [39807cdf0c] at 2012-12-01 09:53:07 on branch trunk — update wrong comment (user: jan.nijtmans size: 28445)
To Artifact [f7b0bfc657]:
- File src/file.c — part of check-in [bf160cf014] at 2012-12-07 12:57:42 on branch trunk — Include "sys/times.h" in file.c if not compiling on windows. This quiets a compiler warning. (user: drh size: 28426) [more...]
| ︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + - | /* ** On Windows, include the Platform SDK header file. */ #ifdef _WIN32 # include <direct.h> # include <windows.h> # include <sys/utime.h> |
| ︙ |