Commit a5ab0532 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a

Win32 version of rename() ). There isn't a precise rename() equivalent under
Win95: the standard rename() complains if the destination already exists so
replaced with a combination of unlink() and MoveFile().
parent e40b7abe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment