Re: [Mingw-w64-public] [PATCH 2/5] headers: Fix missing enum values in mfobjects.h

2020-04-09 Thread Martin Storsjö
On Fri, 10 Apr 2020, Biswapriyo Nath wrote: On Tue, Apr 7, 2020 at 2:07 PM Martin Storsjö wrote: The ifdefs (that aren't within cpp_quote()) in the idl file aren't brought along as such, but are evaluated when widl interprets the file, which means the enclosed declarations are left out, and t

Re: [Mingw-w64-public] [PATCH 2/5] headers: Fix missing enum values in mfobjects.h

2020-04-09 Thread Biswapriyo Nath
On Tue, Apr 7, 2020 at 2:07 PM Martin Storsjö wrote: > The ifdefs (that aren't within cpp_quote()) in the idl file aren't > brought along as such, but are evaluated when widl interprets the > file, which means the enclosed declarations are left out, and the > ifdefs don't make it into the final h

[Mingw-w64-public] [PATCH 2/5] headers: Fix missing enum values in mfobjects.h

2020-04-07 Thread Martin Storsjö
The ifdefs (that aren't within cpp_quote()) in the idl file aren't brought along as such, but are evaluated when widl interprets the file, which means the enclosed declarations are left out, and the ifdefs don't make it into the final header. Signed-off-by: Martin Storsjö --- mingw-w64-headers/i