Replace dir separator in symlinks
commitccc5cdf764be2d46b91a5840de5edd763851bf91
authorThorvald Natvig <slicer@users.sourceforge.net>
Mon, 26 Oct 2009 22:39:31 +0000 (26 23:39 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 27 Oct 2009 00:07:23 +0000 (27 01:07 +0100)
tree7d3239940a2fc997451111b6a9eaffc7b0e95283
parentcd4896c3b6f79d7eec4a17e7f23d1ea446bd6323
Replace dir separator in symlinks

It seems quite a few windows utilities cannot handle '../' in symlinks, so
we replace every / with a \.

While at it, replace make_backslash_path with a thread-safe version.

Signed-off-by: Thorvald Natvig <slicer@users.sourceforge.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/mingw.c