mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-28 05:46:45 -05:00
_wunlink() / DeleteFileW() refuses to delete symlinks to directories. If _wunlink() fails with ERROR_ACCESS_DENIED, try _wrmdir() as well. Signed-off-by: Karsten Blees <blees@dcon.de>