mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added new OS X build options to version string.
This commit is contained in:
parent
231ee1bdc7
commit
a0e4fad65a
@ -146,6 +146,12 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
const char* version = _GLFW_VERSION_FULL
|
||||
#if defined(_GLFW_BUILD_DLL)
|
||||
" dynamic"
|
||||
#endif
|
||||
#if defined(_GLFW_USE_CHDIR)
|
||||
" chdir"
|
||||
#endif
|
||||
#if defined(_GLFW_USE_MENUBAR)
|
||||
" menubar"
|
||||
#endif
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user