mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Finished initial window/context backend split.
This commit is contained in:
@@ -232,6 +232,11 @@ int _glfwPlatformTerminate(void)
|
||||
const char* _glfwPlatformGetVersionString(void)
|
||||
{
|
||||
const char* version = _GLFW_VERSION_FULL
|
||||
#if defined(_GLFW_WGL)
|
||||
" WGL"
|
||||
#elif defined(_GLFW_EGL)
|
||||
" EGL"
|
||||
#endif
|
||||
#if defined(__MINGW32__)
|
||||
" MinGW"
|
||||
#elif defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user