12 Aug
2025
12 Aug
'25
8: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