mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Added initial support for CLOCK_MONOTONIC.
This commit is contained in:
@@ -639,6 +639,9 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
#else
|
||||
" no-extension-support"
|
||||
#endif
|
||||
#if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK)
|
||||
" clock_gettime"
|
||||
#endif
|
||||
#if defined(_GLFW_USE_LINUX_JOYSTICKS)
|
||||
" Linux-joystick-API"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user