Revert "Add capture using WinRT Windows.Graphics.Capture API." (#2320)
This commit is contained in:
parent
3b6a59af05
commit
2af0ce364d
16 changed files with 201 additions and 736 deletions
|
|
@ -1691,8 +1691,8 @@ namespace platf {
|
|||
}
|
||||
int64_t
|
||||
qpc_counter() {
|
||||
LARGE_INTEGER performance_counter;
|
||||
if (QueryPerformanceCounter(&performance_counter)) return performance_counter.QuadPart;
|
||||
LARGE_INTEGER performace_counter;
|
||||
if (QueryPerformanceCounter(&performace_counter)) return performace_counter.QuadPart;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue