From 359ed14ad0676164f37d036111b32ade4d6d95f7 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sun, 28 Sep 2025 20:53:29 +0200 Subject: [PATCH] Fix compile --- base/sources/backends/windows_system.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/sources/backends/windows_system.c b/base/sources/backends/windows_system.c index 8f4833a7..a8ef0283 100644 --- a/base/sources/backends/windows_system.c +++ b/base/sources/backends/windows_system.c @@ -1300,6 +1300,8 @@ bool iron_internal_call_close_callback() { return true; } +extern void (*iron_save_and_quit)(bool); + bool _save_and_quit_callback_internal() { bool save = false; wchar_t title[1024];