[Bug 50804] LTSpice XVII will not start

WineHQ Bugzilla wine-bugs at winehq.org
Thu Apr 29 18:30:23 CDT 2021


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

--- Comment #39 from Zebediah Figura <z.figura12 at gmail.com> ---
(In reply to Erich E. Hoover from comment #38)
> Yup, that's what I'll do - the thing that will get tricky is that when
> shell32 gets converted to PE that we'll need a way to properly convey the
> paths.  IO_REPARSE_TAG_LX_SYMLINK works with straight-up unix paths (what we
> use right now), I assume that when this is converted to PE that we'll want
> to work with NT paths (though maybe we work with the "\\??\\unix" prefix
> when that happens?).

shell32 should probably use \??\unix paths in general (or even straight up
"/foo/bar" paths where possible, which ntdll converts to \??\unix/foo/bar). As
for reparse points, I'm not sure whether Unix paths or NT paths makes more
sense for IO_REPARSE_TAG_LX_SYMLINK, probably the answer is 'whatever is
easier'.

-- 
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