[Git][wine/wine][master] msi: Fix .NET assembly-related functionalities due to missed string copy.
Alexandre Julliard pushed to branch master at wine / wine Commits: 7242e15e by Ratchanan Srirattanamet at 2025-08-15T14:52:10+02:00 msi: Fix .NET assembly-related functionalities due to missed string copy. Commit 8cd69810596e ("msi: Get system directory just once.") remove call to GetSystemDirectoryW() in load_fusion_dlls() but forgot to add corresponding wcscpy() call. This causes loading mscoree.dll to fail, breaking .NET-assembly-related functionalities. Add it back. - - - - - 1 changed file: - dlls/msi/assembly.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7242e15eaddc8f0619fe7e158e0f6dc... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7242e15eaddc8f0619fe7e158e0f6dc... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)