From d49ea464353c5e63c95c77cc97d1827dd3df53ad Mon Sep 17 00:00:00 2001 From: Saikari Date: Fri, 6 Feb 2026 11:11:15 +0300 Subject: Resolve comments --- tests/projects/windows/test_windows_links/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects') diff --git a/tests/projects/windows/test_windows_links/xmake.lua b/tests/projects/windows/test_windows_links/xmake.lua index 2f01a3c88..e856892d3 100644 --- a/tests/projects/windows/test_windows_links/xmake.lua +++ b/tests/projects/windows/test_windows_links/xmake.lua @@ -1,6 +1,6 @@ add_rules("mode.debug", "mode.release") -set_policy("run.gui_error_dialogs", false) +set_policy("run.gui_error_dialogs", true) target("foo") set_kind("shared") -- cgit v1.3.1