This commit is contained in:
Luke Street 2021-06-30 16:21:37 -04:00
parent 4cf61b7d5e
commit 2252e6c3c3
1 changed files with 1 additions and 1 deletions

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();