Commit 3eb47c9f6768292b8c8f8199ef851812c03aff70

Vicent Marti 2011-02-24T21:43:08

Fix renaming of files in Win32 The `rename` call doesn't quite work on Win32: expects the destination file to not exist. We're using a native Win32 call in those cases -- that should do the trick. Signed-off-by: Vicent Marti <tanoku@gmail.com>