[PATCH v3] include: Add xact3wb.h

Dmitry Timoshkov dmitry at baikal.ru
Thu Jan 23 20:58:07 CST 2020


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> wrote:

> +typedef struct WAVEBANKENTRY
> +{
> +    union
> +    {
> +        struct
> +        {
> +            DWORD dwFlags  :  4;
> +            DWORD Duration : 28;
> +        } DUMMYSTRUCTNAME;
> +        DWORD dwFlagsAndDuration;
> +    } NONAMELESSUNION;
> +
> +    WAVEBANKMINIWAVEFORMAT Format;
> +    WAVEBANKREGION PlayRegion;
> +    WAVEBANKSAMPLEREGION LoopRegion;
> +} WAVEBANKENTRY;

This one still uses NONAMELESSUNION instead of DUMMYUNIONNAME.

-- 
Dmitry.



More information about the wine-devel mailing list