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)