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...