From c6c53f094a2705de33a95e3196eb20cbb2f6deb2 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 30 Jul 2026 14:19:05 +0800 Subject: [PATCH] chore(flutter): bump desktop_multi_window to fix the Windows /WX build The give-up log added in the white-window follow-ups declared a local named message inside MessageHandler, shadowing its UINT message parameter. MSVC C4457 plus /WX failed both Windows nightly jobs. Point the lock at rustdesk_desktop_multi_window#35 which renames it. https://github.com/rustdesk/rustdesk/actions/runs/30512756157 Co-Authored-By: Claude Fable 5 --- flutter/pubspec.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock index 163b2ab1b..cba9ba5ea 100644 --- a/flutter/pubspec.lock +++ b/flutter/pubspec.lock @@ -340,7 +340,7 @@ packages: description: path: "." ref: HEAD - resolved-ref: f8c4fce53014e21b9b58e9f12382bcd45d984d5d + resolved-ref: 533883bcb0ffe91a9afdb13b8bac9b14b3e054ba url: "https://github.com/rustdesk-org/rustdesk_desktop_multi_window" source: git version: "0.1.0"