[Git][wine/wine][master] Revert "dwrite: Use uppercase paths for local file loader keys."
Alexandre Julliard pushed to branch master at wine / wine Commits: d60f8286 by Nikolay Sivov at 2025-12-08T16:49:11+01:00 Revert "dwrite: Use uppercase paths for local file loader keys." 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 2a2cc34d. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58811 Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 2 changed files: - dlls/dwrite/font.c - dlls/dwrite/tests/font.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d60f8286056559233e992c4084f3199... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d60f8286056559233e992c4084f3199... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)