Commit bda206b7 authored by Steve Bennett's avatar Steve Bennett
Browse files

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: default avatarSteve Bennett <steveb@workware.net.au>
parent 9366d8f7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment