Files
git/compat
Karsten Blees 455a7b2209 Win32: implement basic symlink() functionality (file symlinks only)
Implement symlink() that always creates file symlinks. Fails with ENOSYS
if symlinks are disabled or unsupported.

Note: CreateSymbolicLinkW() was introduced with symlink support in Windows
Vista. For compatibility with Windows XP, we need to load it dynamically
and fail gracefully if it isnt's available.

Signed-off-by: Karsten Blees <blees@dcon.de>
2023-05-16 13:53:11 -07:00
..
2022-05-02 09:50:37 -07:00
2022-05-02 09:50:37 -07:00