30 Jun
2025
30 Jun
'25
9:45 p.m.
Before the commit in question, both of these paths would be parsed as valid (with e.g. FindFirstFile): ``` Z:\tmp\\* /tmp//* ``` After the commit, only the DOS path is accepted, while the Unix path returns ERROR_INVALID_NAME. Fixes: ffa88c3993c3da97c7403209ef2068b2e3fac66f -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8464