[PATCH] msvcp120: Add test for concurrent_vector_copy.

Piotr Caban piotr.caban at gmail.com
Fri Jun 15 10:05:14 CDT 2018


Hi Hua,

On 06/15/18 15:47, Hua Meng wrote:
> +static void (__thiscall *p_vector_base_v4__Internal_copy)(
> +        vector_base_v4*, void (__cdecl*)(void*, size_t));
This doesn't match _Internal_copy header. It also breaks 64-bit compilation:
dlls/msvcp120/tests/msvcp120.c:2784:16: error: too many arguments to 
function 'p_vector_base_v4__Internal_copy'

Thanks,
Piotr



More information about the wine-devel mailing list