May 6, 2026
5:25 a.m.
On Wed May 6 05:25:37 2026 +0000, Nikolay Sivov wrote:
I think we need a generic way to parse url, that will work for any scheme. For example what happens for "/file://..." or "file://////c:/...". If disk paths are turned to file:// urls, we should do that too, probably before looking for a scheme handler. Async case probably needs the same fix? I made these changes.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10708#note_138967