mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-07 14:48:50 -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* _glfwPlatformGetVersionString(void)
|
||||||
{
|
{
|
||||||
const char* version = _GLFW_VERSION_FULL " Cocoa"
|
const char* version = _GLFW_VERSION_FULL " Cocoa"
|
||||||
|
#if defined(_GLFW_NSGL)
|
||||||
|
" NSGL"
|
||||||
|
#endif
|
||||||
#if defined(_GLFW_USE_CHDIR)
|
#if defined(_GLFW_USE_CHDIR)
|
||||||
" chdir"
|
" chdir"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user