From c11796507261391f37d38ca72f23aef5ac30bf00 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 28 Oct 2015 03:42:47 +0100 Subject: [PATCH] Fix misplaced #endif --- src/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index 57e8374a..9a33e695 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -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)