This commit is contained in:
Luke Street 2021-06-30 16:21:37 -04:00 committed by Phillip Stephens
parent b076cccf22
commit 88462e669a

View File

@ -174,7 +174,7 @@ constexpr double SBig(double val) { return val; }
#if _WIN32
using Sstat = struct ::_stat64;
#else
using SStat = struct stat;
using Sstat = struct stat;
#endif
uint64_t getGCTime();