[Bug 44570] explorer.exe crashes when opening Unix file paths

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 4 20:56:29 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=44570

--- Comment #5 from tommywatson <coder at tommywatson.com> ---
Created attachment 60665
  --> https://bugs.winehq.org/attachment.cgi?id=60665
Patch

Simpler fix, stays out of dll's, assumes that 'z:' is the unix path on all
systems? Seems like it as it's hard coded in ntdll?

dlls/ntdll/server.c:    symlink( "/", "dosdevices/z:" );

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list