[resend PATCH] include: Add missing structs and defines for xact3wb.h

Vijay Kiran Kamuju infyquest at gmail.com
Fri Apr 10 10:46:53 CDT 2020


On Fri, Apr 10, 2020 at 5:29 PM Zebediah Figura <z.figura12 at gmail.com> wrote:
>
> On 4/10/20 7:57 AM, Vijay Kiran Kamuju wrote:
> > +#define WAVEBANK_HEADER_SIGNATURE 'DBNW'
>
> This isn't portable. I suspect using the equivalent integer constant
> would be acceptable in its stead.
>
Something like this
#define WAVEBANK_HEADER_SIGNATURE 0x44424e57



More information about the wine-devel mailing list