[PATCH 1/2 v2] mscoree: add stub for CorIsLatestSvc to hint user at broken .NET installation

Louis Lenders xerox.xerox2000x at gmail.com
Tue Jul 10 10:07:38 CDT 2018


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 at 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?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180710/c8dd2f2b/attachment.html>


More information about the wine-devel mailing list