file: stat: Fixes for 64 bit times on Windows
commitbda206b77afac4f73617df866a620b7c3b6f475d
authorSteve Bennett <steveb@workware.net.au>
Tue, 5 May 2020 08:44:21 +0000 (5 18:44 +1000)
committerSteve Bennett <steveb@workware.net.au>
Tue, 5 May 2020 11:24:52 +0000 (5 21:24 +1000)
tree7a17f847a7af335d273cd012f64ee122ccc5eb4a
parent9366d8f76430fac4c64be6dd99e44a13ed4c2fb9
file: stat: Fixes for 64 bit times on Windows

While -D__MINGW_USE_VC2005_COMPAT enables a 64-bit time_t,
it is necessary to explicitly use _stat64 to access the stat
structure containing 64 bit times.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
jim-file.c
jimiocompat.h