Files
git/compat
Karsten Blees e1ab095454 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>
2022-01-19 23:00:55 +01:00
..
2020-04-16 15:23:42 -07:00
2021-02-26 14:15:51 -08:00
2021-10-29 15:00:58 -07:00