mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 10:35:10 +00:00
Add missing version string entries
This commit is contained in:
parent
da3a77b4e3
commit
6123937bde
@ -380,6 +380,9 @@ const char* _glfwPlatformGetVersionString(void)
|
|||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
" VisualC"
|
" VisualC"
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(_GLFW_USE_HYBRID_HPG) || defined(_GLFW_USE_OPTIMUS_HPG)
|
||||||
|
" hybrid-GPU"
|
||||||
|
#endif
|
||||||
#if defined(_GLFW_BUILD_DLL)
|
#if defined(_GLFW_BUILD_DLL)
|
||||||
" DLL"
|
" DLL"
|
||||||
#endif
|
#endif
|
||||||
|
@ -814,6 +814,12 @@ const char* _glfwPlatformGetVersionString(void)
|
|||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
" /dev/js"
|
" /dev/js"
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(_GLFW_HAS_XINPUT)
|
||||||
|
" XI"
|
||||||
|
#endif
|
||||||
|
#if defined(_GLFW_HAS_XF86VM)
|
||||||
|
" Xf86vm"
|
||||||
|
#endif
|
||||||
#if defined(_GLFW_BUILD_DLL)
|
#if defined(_GLFW_BUILD_DLL)
|
||||||
" shared"
|
" shared"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user