mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-28 10:34:31 -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>