xalia-fixups.gudl: Ignore winforms applications.

CW-Bug-ID: #25607
This commit is contained in:
Esme Povirk 2025-06-26 23:05:23 +00:00 committed by Arkadiusz Hiler
parent 707c83d5f5
commit 31bc87acaa

View File

@ -7,3 +7,9 @@ if (is_hwnd_syslink) {
if (win32_class_name == "Rockstar Games Launcher Installer") { if (win32_class_name == "Rockstar Games Launcher Installer") {
application_supports_gamepad: true; application_supports_gamepad: true;
} }
if (win32_class_name >= "WindowsForms10." and win32_class_name < "WindowsForms10/") {
// Controls that delegate IEnumVariant in winforms can crash in Wine Mono when queried, don't touch them for now.
recurse: false;
interactable: false;
}