[PATCH] wmvcore: Add WMReader stubs.

Andrew Eikum aeikum at codeweavers.com
Thu Mar 30 08:20:47 CDT 2017


On Thu, Mar 30, 2017 at 08:25:03AM +0000, Alistair Leslie-Hughes wrote:
> I have a basic patch for adding tests in the works, but I was waiting
> for my IDL changes to be accepted first.
> 
> So, If someone wants to review the IDL changes, Since Sebastian has been
> busy with other stuff.
> 
> https://source.winehq.org/patches/data/131403
> 

Okay :) I just noticed one thing:

> +    HRESULT GetAttributeCountEx(
> +        [in] WORD stream_num,
> +        [out] WORD attributes );

If attributes is an out-param, it should be a pointer, right?

Andrew



More information about the wine-patches mailing list