8 Dec
2025
8 Dec
'25
2:56 p.m.
It's possible to get system font files paths in unix-path format, if there is no drive configured that allows access to corresponding trees. When this happens registry font list starts using unix paths, and those can't be modified the same way regular win32 paths could be. This fixes a regression caused by 2a2cc34db71. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58811 Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> -- v2: Revert "dwrite: Use uppercase paths for local file loader keys." https://gitlab.winehq.org/wine/wine/-/merge_requests/9725