]> git.tdb.fi Git - libs/core.git/commit
Implement symlink support on Windows
authorMikko Rasa <tdb@tdb.fi>
Sun, 3 Sep 2023 22:44:31 +0000 (01:44 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 3 Sep 2023 23:02:02 +0000 (02:02 +0300)
commit248f5feb58667223132350f662d9c9cf451836b5
tree7fb17b25023f50f6ee28f87fd9e938479afb6410
parent6d1594b62f169e3786247a2a62a255986b56d763
Implement symlink support on Windows

Also avoid lossage when statting reparse points of the appexeclink type.
source/core/windows/winapi.h
source/fs/stat_private.h
source/fs/windows/stat.cpp
source/fs/windows/utils.cpp