mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Renamed dlopen entry point mode name.
This commit is contained in:
parent
0e1a004b7d
commit
68e58143f8
@ -310,7 +310,7 @@ const char* _glfwPlatformGetVersionString(void)
|
|||||||
#elif defined(_GLFW_HAS_GLXGETPROCADDRESSEXT)
|
#elif defined(_GLFW_HAS_GLXGETPROCADDRESSEXT)
|
||||||
" glXGetProcAddressEXT"
|
" glXGetProcAddressEXT"
|
||||||
#elif defined(_GLFW_DLOPEN_LIBGL)
|
#elif defined(_GLFW_DLOPEN_LIBGL)
|
||||||
" dlopen(libGL)"
|
" dlsym(libGL)"
|
||||||
#else
|
#else
|
||||||
" (no OpenGL extension support)"
|
" (no OpenGL extension support)"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user