mingw: add fallback for rmdir in case directory is in use
commit5fef5d197561d8d52fde81170d0305644e3fc155
authorHeiko Voigt <heiko.voigt@mahr.de>
Thu, 25 Feb 2010 13:58:36 +0000 (25 14:58 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 10 Sep 2010 22:43:55 +0000 (10 23:43 +0100)
tree87f69210394312fda0baaee7c1c825fd1745fbf3
parent3bc5e42f19b0bb23f2dabf35c06e6322854df5b0
mingw: add fallback for rmdir in case directory is in use

The same logic as for unlink and rename also applies to rmdir. For
example in case you have a shell open in a git controlled folder. This
will easily fail. So lets be nice for such cases as well.

Signed-off-by: Heiko Voigt <heiko.voigt@mahr.de>
compat/mingw.c
compat/mingw.h