Win32: Cleanup

This commit is contained in:
Camilla Löwy
2017-01-29 18:03:51 +01:00
parent f3e20ca437
commit 260dbf0a1d
4 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ uint64_t _glfwPlatformGetTimerValue(void)
return value;
}
else
return (uint64_t) _glfw_timeGetTime();
return (uint64_t) timeGetTime();
}
uint64_t _glfwPlatformGetTimerFrequency(void)