summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 2777ae02..bfb283eb 100644
--- a/src/core.c
+++ b/src/core.c
@@ -836,7 +836,7 @@ void SetWindowSize(int width, int height)
}
// Show the window
-void ShowWindow(void)
+__stdcall void ShowWindow(void)
{
#if defined(PLATFORM_DESKTOP)
glfwShowWindow(window);