[Git][wine/wine][master] wusa: Recognize runtime.syswow64 expressions.
Alexandre Julliard pushed to branch master at wine / wine Commits: 5d6d8da1 by David Carrasco Flores at 2026-04-28T22:24:22+02:00 wusa: Recognize runtime.syswow64 expressions. Some update manifests use $(runtime.syswow64) as an explicit target for the 32-bit system directory. wusa currently handles runtime.system32 with WoW64-aware redirection, but does not recognize runtime.syswow64, causing expression expansion to fail. Map runtime.syswow64 to CSIDL_SYSTEMX86 on x86_64, matching the existing runtime.programfilesx86 and runtime.commonfilesx86 handling. - - - - - 1 changed file: - programs/wusa/main.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5d6d8da19cd7e989238cada2d784bcf... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5d6d8da19cd7e989238cada2d784bcf... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)