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