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
|
const char* version = _GLFW_VERSION_FULL
|
||||||
#if defined(_GLFW_BUILD_DLL)
|
#if defined(_GLFW_BUILD_DLL)
|
||||||
" dynamic"
|
" dynamic"
|
||||||
|
#endif
|
||||||
|
#if defined(_GLFW_USE_CHDIR)
|
||||||
|
" chdir"
|
||||||
|
#endif
|
||||||
|
#if defined(_GLFW_USE_MENUBAR)
|
||||||
|
" menubar"
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user