May 15, 2026
4:42 p.m.
http://bugs.winehq.org/show_bug.cgi?id=59738 --- Comment #13 from Zeb Figura <z.figura12@gmail.com> --- (In reply to BugSeeker from comment #9)
One reason is portability expectations from cross-platform libraries.
Code using std::filesystem typically does not distinguish between “Windows symlink” and “host filesystem symlink”; it just expects canonicalization APIs to behave consistently for the filesystem the process is actually running on.
A cross-platform library targeting win32 would use NT symlinks. It wouldn't use "host" Unix symlinks, because it has no way to do so. -- 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.