Aug. 12, 2025
3:55 a.m.
Commit 8cd69810596e ("msi: Get system directory just once.") remove call to GetSystemDirectoryW() in load_fusion_dlls() but forgot to add corresponding wcscpy() call. Add it back. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8756