Re: [Mingw-w64-public] [PATCH] headers: Move some interfaces declaration to axextend.idl from strmif.idl.

2020-12-23 Thread Liu Hao
在 2020/12/23 22:17, Biswapriyo Nath 写道: >> $ widl -DBOOL=WINBOOL -h -o axextend.{h,idl} >> axextend.idl:79: error: syntax error, unexpected aIDENTIFIER > > axextend.idl is not meant to be generated. axextend.idl is included in > stmif.idl and strmif.idl has to be generated. > > Ah thanks for th

Re: [Mingw-w64-public] [PATCH] headers: Move some interfaces declaration to axextend.idl from strmif.idl.

2020-12-23 Thread Biswapriyo Nath
> $ widl -DBOOL=WINBOOL -h -o axextend.{h,idl} > axextend.idl:79: error: syntax error, unexpected aIDENTIFIER axextend.idl is not meant to be generated. axextend.idl is included in stmif.idl and strmif.idl has to be generated. ___ Mingw-w64-public mail

Re: [Mingw-w64-public] [PATCH] headers: Move some interfaces declaration to axextend.idl from strmif.idl.

2020-12-23 Thread Liu Hao
在 2020/12/23 0:15, Biswapriyo Nath 写道: > Subject: [PATCH] headers: Move some interfaces declaration to axextend.idl > from strmif.idl. > > This helps to generate proper header files instead of using manual cpp_quote. > > Signed-off-by: Biswapriyo Nath > --- > mingw-w64-headers/include/axextend

[Mingw-w64-public] [PATCH] headers: Move some interfaces declaration to axextend.idl from strmif.idl.

2020-12-22 Thread Biswapriyo Nath
From 66ac10f3fd63e20c1d45d14a1922199e33ed6007 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 22 Dec 2020 21:43:37 +0530 Subject: [PATCH] headers: Move some interfaces declaration to axextend.idl from strmif.idl. This helps to generate proper header files instead of using manual cpp_q