13 Feb
2019
13 Feb
'19
10:31 a.m.
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