1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fix misplaced #endif

This commit is contained in:
Camilla Berglund 2015-10-28 03:42:47 +01:00
parent 048966bb44
commit c117965072

View File

@ -869,8 +869,8 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
return GLFW_FALSE;
if (!_glfwCreateContext(window, ctxconfig, fbconfig))
return GLFW_FALSE;
#endif
}
#endif // _GLFW_WGL
}
if (window->monitor)