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 #if _WIN32
using Sstat = struct ::_stat64; using Sstat = struct ::_stat64;
#else #else
using SStat = struct stat; using Sstat = struct stat;
#endif #endif
uint64_t getGCTime(); uint64_t getGCTime();