Added missing version string API tag.

This commit is contained in:
Camilla Berglund 2013-02-25 15:10:43 +01:00
parent fb8f3fd521
commit ad4f9f1520
1 changed files with 3 additions and 0 deletions

View File

@ -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