mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 12:02:00 +00: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