mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-06 22:28:51 -05:00
Added missing version string API tag.
This commit is contained in:
parent
fb8f3fd521
commit
ad4f9f1520
|
@ -134,6 +134,9 @@ void _glfwPlatformTerminate(void)
|
|||
const char* _glfwPlatformGetVersionString(void)
|
||||
{
|
||||
const char* version = _GLFW_VERSION_FULL " Cocoa"
|
||||
#if defined(_GLFW_NSGL)
|
||||
" NSGL"
|
||||
#endif
|
||||
#if defined(_GLFW_USE_CHDIR)
|
||||
" chdir"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user