From b9597aeee9987bbb6c1ea8b75419d74e8df68d53 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 20 Sep 2010 20:55:31 +0200 Subject: [PATCH] Fixed misspelled typedef. --- src/win32/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c index 7d202ba0..8ac59203 100644 --- a/src/win32/win32_window.c +++ b/src/win32/win32_window.c @@ -1018,7 +1018,7 @@ static void initWGLExtensions(_GLFWwindow* window) if (_glfwPlatformExtensionSupported("WGL_EXT_swap_control")) { - window->WGL.SwapIntervalEXT = (PFNWGLSWAPINTERVALEXT) + window->WGL.SwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC) wglGetProcAddress("wglSwapIntervalEXT"); if (window->WGL.SwapIntervalEXT)