diff --git a/src/win32/platform.h b/src/win32/platform.h old mode 100755 new mode 100644 diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c index a2304929..194d128d 100755 --- a/src/win32/win32_window.c +++ b/src/win32/win32_window.c @@ -311,9 +311,9 @@ static _GLFWfbconfig* getFBConfigs(_GLFWwindow* window, unsigned int* found) // Creates an OpenGL context on the specified device context //======================================================================== -static HGLRC createContext(_GLFWwindow* window, - const _GLFWwndconfig* wndconfig, - int pixelFormat) +static GLboolean createContext(_GLFWwindow* window, + const _GLFWwndconfig* wndconfig, + int pixelFormat) { PIXELFORMATDESCRIPTOR pfd; int flags, i = 0, attribs[7];