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>