[PATCH v10] include: Add xact3.idl

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Fri Feb 14 01:08:40 CST 2020



On 14/2/20 1:40 pm, Dmitry Timoshkov wrote:
> Alistair Leslie-Hughes <leslie_alistair at hotmail.com> wrote:
> 
>> +cpp_quote("typedef struct XACT_WAVE_INSTANCE_PROPERTIES")
>> +cpp_quote("{")
>> +cpp_quote("    XACT_WAVE_PROPERTIES properties;")
>> +cpp_quote("    BOOL backgroundMusic;")
>> +cpp_quote("} XACT_WAVE_INSTANCE_PROPERTIES;")
> 
> Is there a reason why this one needs to use cpp_quote?
> 
properties is a keyword in midl which causes an error when the header is 
generated.  Just above this cide is a version which midl is happy with.

Alistair.


More information about the wine-devel mailing list