added missing GLFWAPI for glfwDefaultHints()

This commit is contained in:
hypatia-of-sva 2024-04-20 16:54:13 +02:00 committed by GitHub
parent b35641f4a3
commit 3bfa294347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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