Files
git/compat
Karsten Blees 70bfb4364c Win32: mingw_rename: support renaming symlinks
MSVCRT's _wrename() cannot rename symlinks over existing files: it returns
success without doing anything. Newer MSVCR*.dll versions probably do not
have this problem: according to CRT sources, they just call MoveFileEx()
with the MOVEFILE_COPY_ALLOWED flag.

Get rid of _wrename() and call MoveFileEx() with proper error handling.

Signed-off-by: Karsten Blees <blees@dcon.de>
2019-08-17 00:12:24 +02:00
..
2019-07-11 15:16:49 -07:00
2019-08-16 23:54:02 +02:00
2019-08-17 00:12:21 +02:00
2019-06-25 10:46:57 -07:00
2019-06-20 14:03:05 -07:00