[PATCH] include: Add dxva.h header file.

Alexandre Julliard julliard at winehq.org
Wed May 1 04:28:03 CDT 2019


Vijay Kiran Kamuju <infyquest at gmail.com> writes:

> +typedef struct
> +{
> +    union
> +    {
> +        struct
> +        {
> +            UCHAR Index7Bits     : 7;
> +            UCHAR AssociatedFlag : 1;
> +        };
> +        UCHAR bPicEntry;
> +    };

Please add the appropriate macros for nameless unions/structs.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list