mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Win32: Cleanup
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ uint64_t _glfwPlatformGetTimerValue(void)
|
||||
return value;
|
||||
}
|
||||
else
|
||||
return (uint64_t) _glfw_timeGetTime();
|
||||
return (uint64_t) timeGetTime();
|
||||
}
|
||||
|
||||
uint64_t _glfwPlatformGetTimerFrequency(void)
|
||||
|
||||
Reference in New Issue
Block a user