Well, there was a comment in the bugreport that it might be a BOOL, so I added test to show that it is a HRESULT;������ that was the only reason to add the test

Regards������

2018-07-10 16:44 GMT+02:00 Vincent Povirk <vincent@codeweavers.com>:
> +������ ������ hr =������ pCorIsLatestSvc(&unk1, &unk2);
> +������ ������ ok(hr == S_OK, "CorIsLatestSvc returned %08x\n", hr);

Does it really make sense to test this, given that we have no way of
knowing the true function prototype and no reason to implement it?