From a43f87e3915d46cfa6bb386302df4b729728d595 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 16 Jan 2019 17:25:48 +0100 Subject: Crazy test --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.c') 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); -- cgit v1.2.3