Added missing return value.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent ca9633247b
commit bba4a56352
  1. 2
      src/win32_window.c

@ -1337,7 +1337,7 @@ static int createWindow(_GLFWwindow* window,
{
_glfwSetError(GLFW_PLATFORM_ERROR,
"glfwOpenWindow: Failed to convert title to wide string");
return;
return GL_FALSE;
}
window->Win32.handle = CreateWindowEx(window->Win32.dwExStyle,

Loading…
Cancel
Save