Remove c++ style inline keyword for support on older MSVC compilers

This commit is contained in:
Bailey Cosier 2017-09-17 14:10:51 +07:00
parent 4c4174b733
commit 2422d25f9e

View File

@ -511,7 +511,7 @@ void _glfwTerminateWGL(void)
// Reliably check windows version as done in VersionHelpers.h
// needed for transparent window
static inline GLFWbool
static GLFWbool
isWindowsVersionOrGreater(WORD wMajorVersion, WORD wMinorVersion, WORD wServicePackMajor)
{
OSVERSIONINFOEXW osvi = { sizeof(osvi), 0, 0, 0, 0,{ 0 }, 0, 0 };