https://bugs.winehq.org/show_bug.cgi?id=50804
--- Comment #30 from Hans Leidekker hans@meelstraat.net --- (In reply to Erich E. Hoover from comment #29)
So, we have a few choices here:
- we can report unix symlinks as junction points (will definitely work in
this situation, but may not work in others) 2) we can report unix symlinks as custom reparse points, such as the WSL unix symlink (will definitely work in this situation, and more likely to work in others since applications check for IO_REPARSE_TAG_MOUNT_POINT and IO_REPARSE_TAG_SYMLINK) 3) we can hide unix symlinks from applications (will definitely work in "all" situations, but harder to implement and has less functionality)
What functionality?