mirror of
https://github.com/encounter/aurora.git
synced 2025-07-05 04:35:55 +00:00
Fix typo
This commit is contained in:
parent
b076cccf22
commit
88462e669a
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user