Files
git/compat
Karsten Blees 899ea12ffc 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>
2019-08-17 00:12:24 +02:00
..
2019-07-11 15:16:49 -07:00
2019-08-16 23:54:02 +02:00
2019-06-25 10:46:57 -07:00
2019-06-20 14:03:05 -07:00