[v2 PATCH 2/3] mfplat: Implement MFCreateMediaType

Henri Verbeet hverbeet at gmail.com
Wed May 31 04:12:49 CDT 2017


On 31 May 2017 at 04:47, Nikolay Sivov <bunglehead at gmail.com> wrote:
> On 31.05.2017 4:09, Alistair Leslie-Hughes wrote:
>> +typedef struct _mfmedaitype
>> +{
>> +    IMFMediaType IMFMediaType_iface;
>> +    LONG ref;
>> +} mfmedaitype;
>
> You got a typo in structure name.
>
If everyone is going to comment, I might as well join in.

What is the purpose of the typedef?



More information about the wine-devel mailing list