Signed-off-by: Tom Watson <coder@tommywatson.com>
---
v2
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:" );


On Sun, Mar 4, 2018 at 3:53 PM, Tom Watson <coder@tommywatson.com> wrote: