[PATCH] msvcp140: Add _Copy_file and port tests.

Piotr Caban piotr.caban at gmail.com
Wed Feb 13 04:31:12 CST 2019


Hi Gijs,

On 2/11/19 6:02 PM, Gijs Vermeulen wrote:
> +/* _Copy_file, msvcp140 version. */
> +int __cdecl _Copy_file(WCHAR const* source, WCHAR const* dest, MSVCP_bool fail_if_exists)
> +{
> +    return tr2_sys__Copy_file_wchar(source, dest, FALSE);
> +}
Prototype of _Copy_file doesn't look good. I don't know how many 
parameters the function should take but I guess that it takes 2 
parameters or the last one is different. Do you have an application that 
calls this function? I wonder if it passes 3rd argument and what is its 
value.

Thanks,
Piotr



More information about the wine-devel mailing list