mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 18:34:34 +00:00
added missing GLFWAPI for glfwDefaultHints()
This commit is contained in:
parent
b35641f4a3
commit
3bfa294347
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user