On 19 January 2016 at 15:29, Aaryaman Vasishta
<jem456.vasishta@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.