mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-08-12 06:59:08 +00:00
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…
x
Reference in New Issue
Block a user