Files
AppleWin/source/Windows
Kelvin Lee a7353aa7f1 Use _stat64() to support file size >2G
1. Newer VC runtime stat(), when using 32-bit file size, returns error
   if file size is >2G. For file existence check, using 64-bit file
   size is more accurate as files bigger than 2G would be reported as
   non-existing otherwise.
2. <sys/stat.h> is required for VS2013 or before.
2020-11-29 10:12:03 +11:00
..
2020-11-26 21:50:06 +00:00
2020-11-26 21:50:06 +00:00
2020-11-26 21:50:06 +00:00