mirror of https://github.com/AxioDL/kabufuda.git
Fix typo
This commit is contained in:
parent
4cf61b7d5e
commit
2252e6c3c3
|
@ -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…
Reference in New Issue