[PATCH 2/3] include: Add interfaces IMFMediaTypeHandler, IMFStreamDescriptor

Henri Verbeet hverbeet at gmail.com
Wed Sep 6 05:40:00 CDT 2017


On 6 September 2017 at 09:38, Alistair Leslie-Hughes
<leslie_alistair at hotmail.com> wrote:
> +[
> +    object,
> +    uuid(e93dcf6c-4b07-4e1e-8123-aa16ed6eadf5),
> +]
> +interface IMFMediaTypeHandler : IUnknown
> +{
...
> +};
Redundant ';'.

Unfortunately we have that issue in a bunch of other IDLs as well, and
the Microsoft IDLs don't necessarily always get it right either.



More information about the wine-devel mailing list