mirror of
https://github.com/glfw/glfw.git
synced 2025-04-04 21:15:07 +00:00
added missing GLFWAPI for glfwDefaultHints()
This commit is contained in:
parent
b35641f4a3
commit
3bfa294347
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
|
|||
return (GLFWwindow*) window;
|
||||
}
|
||||
|
||||
void glfwDefaultWindowHints(void)
|
||||
GLFWAPI void glfwDefaultWindowHints(void)
|
||||
{
|
||||
_GLFW_REQUIRE_INIT();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue