mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Fix misplaced #endif
This commit is contained in:
parent
048966bb44
commit
c117965072
|
@ -869,8 +869,8 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
|
||||||
return GLFW_FALSE;
|
return GLFW_FALSE;
|
||||||
if (!_glfwCreateContext(window, ctxconfig, fbconfig))
|
if (!_glfwCreateContext(window, ctxconfig, fbconfig))
|
||||||
return GLFW_FALSE;
|
return GLFW_FALSE;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif // _GLFW_WGL
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window->monitor)
|
if (window->monitor)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user