diff --git a/src/window.c b/src/window.c index e03121a4..0be6e0a1 100644 --- a/src/window.c +++ b/src/window.c @@ -253,7 +253,7 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, return (GLFWwindow*) window; } -void glfwDefaultWindowHints(void) +GLFWAPI void glfwDefaultWindowHints(void) { _GLFW_REQUIRE_INIT();