Use C++20. (#2322)
This commit is contained in:
parent
9288775351
commit
7fb8c76590
16 changed files with 29 additions and 16 deletions
|
|
@ -1691,8 +1691,8 @@ namespace platf {
|
|||
}
|
||||
int64_t
|
||||
qpc_counter() {
|
||||
LARGE_INTEGER performace_counter;
|
||||
if (QueryPerformanceCounter(&performace_counter)) return performace_counter.QuadPart;
|
||||
LARGE_INTEGER performance_counter;
|
||||
if (QueryPerformanceCounter(&performance_counter)) return performance_counter.QuadPart;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue