22 Jan
2026
22 Jan
'26
6:52 p.m.
## Description This is intended to solve https://bugs.winehq.org/show_bug.cgi?id=58129 Add tests for verification, which pass on my locale win10 machine. ## Todo - [x] Removed UNC path check which seems okay, but i am not sure why it was introduced. git blame did not help me, therefore any hints or examples to test are welcome. ## Results UNC path handling is done in UrlCanonicalizeW, therefore i asume, that UNC part can be safly ignored here. -- v30: shlwapi: Handling of "C:\...xx" in PathCanonicalize[AW]. shlwapi/tests: Add additional tests for PathCanonicalize. https://gitlab.winehq.org/wine/wine/-/merge_requests/9414