Files
git/compat
Karsten Blees b97c29899f 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>
2015-09-10 18:25:00 +02:00
..
2014-06-03 12:06:40 -07:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00