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

Zebediah Figura zfigura at codeweavers.com
Fri Apr 10 10:49:27 CDT 2020


On 4/10/20 10:46 AM, Vijay Kiran Kamuju wrote:
> 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
> 

Yes, I believe so.



More information about the wine-devel mailing list