[PATCH 1/2] d3drm: Fix QueryInterface for IDirect3DRMTexture* (v2).

Aaryaman Vasishta jem456.vasishta at gmail.com
Wed Jan 20 08:19:32 CST 2016


Shoot, I missed it too, I should be more careful next time.
thanks for spotting this one!

Cheers,
Aaryaman

On Wed, Jan 20, 2016 at 3:55 PM, Henri Verbeet <hverbeet at gmail.com> wrote:

> On 19 January 2016 at 15:29, Aaryaman Vasishta
> <jem456.vasishta at gmail.com> wrote:
> >          WARN("%s not implemented, returning E_NOINTERFACE.\n",
> debugstr_guid(riid));
> > -        return E_NOINTERFACE;
> > +        return CLASS_E_CLASSNOTAVAILABLE;
> I missed this in the original patch as well, but now the message
> doesn't match the return value. These two patches seem fine otherwise.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20160120/4eea71b6/attachment.html>


More information about the wine-devel mailing list