Files
git/compat
Karsten Blees afd0b3b685 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>
2022-09-16 03:37:22 +02:00
..
2022-09-16 03:34:18 +02:00
2022-05-02 09:50:37 -07:00
2022-05-02 09:50:37 -07:00
2022-08-17 09:21:40 -07:00
2021-10-29 15:00:58 -07:00