a3b3bf3f
by Jiajin Cui at 2025-11-11T18:05:34+01:00
kernel32: Avoid some duplicate slashes in wine_get_dos_file_name.
When the path is a root path, skip the trailing backslash in the NT
name to avoid double backslashes in the final path.
Signed-off-by: Jiajin Cui <cuijiajin@uniontech.com>