This commit is contained in:
hypatia-of-sva 2025-10-09 22:22:28 -05:00 committed by GitHub
commit 3aa189fa3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,7 +252,7 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
return (GLFWwindow*) window;
}
void glfwDefaultWindowHints(void)
GLFWAPI void glfwDefaultWindowHints(void)
{
_GLFW_REQUIRE_INIT();