shlwapi: Handling of "C:...xx" in PathCanonicalize[AW].
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.
Reworked and kept UNC part.
Edited by Thomas Csovcsity