[PATCH 2/3]: msvcp110: Add tr2_sys__Rename implementation and test.(try 3)

Piotr Caban piotr.caban at gmail.com
Mon Jul 6 03:46:58 CDT 2015


On 07/05/15 20:49, YongHao Hu wrote:
> +    if(!strcmp(old_path, new_path) || MoveFileExA(old_path, new_path, MOVEFILE_COPY_ALLOWED))
The comparison of paths doesn't look right. Why have you added it?

Cheers,
Piotr



More information about the wine-devel mailing list