mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Removed string for impossible configuration.
The GLX platform header throws an #error if no extension retrieval mechanism is selected.
This commit is contained in:
parent
52f718d026
commit
823022fdb2
@ -631,8 +631,6 @@ const char* _glfwPlatformGetVersionString(void)
|
|||||||
" glXGetProcAddressEXT"
|
" glXGetProcAddressEXT"
|
||||||
#elif defined(_GLFW_DLOPEN_LIBGL)
|
#elif defined(_GLFW_DLOPEN_LIBGL)
|
||||||
" dlsym(libGL)"
|
" dlsym(libGL)"
|
||||||
#else
|
|
||||||
" no-extension-support"
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK)
|
#if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK)
|
||||||
" clock_gettime"
|
" clock_gettime"
|
||||||
|
Loading…
Reference in New Issue
Block a user