Files
git/compat
Karsten Blees 04a9212856 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>
2018-11-19 23:29:35 +01:00
..
2018-11-19 22:19:59 +01:00
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2018-11-19 23:29:24 +01:00
2018-11-19 22:54:02 +01:00
2017-01-23 11:02:34 -08:00