Re: [Mingw-w64-public] [PATCH 3/3] headers: Declare UUID for IContextCallback

2022-10-16 Thread Alvin Wong via Mingw-w64-public
Thanks for importing the IDL from Wine! The patch 3/3 can be skipped now. On 15/10/2022 1:51, Biswapriyo Nath wrote: Would it be better if IDL file is provided instead of writing header file manually? ___ Mingw-w64-public mailing list Mingw-w64-publ

Re: [Mingw-w64-public] [PATCH 3/3] headers: Declare UUID for IContextCallback

2022-10-14 Thread Alvin Wong via Mingw-w64-public
Wine does seem to have ctxtcall.idl, but I'm not familiar with the procedure of importing IDL files from Wine. Also, the current ctxtcall.h in mingw-w64 seems to have some extra declarations which I'm not sure of. I suspect it may take a bit of effort to replace ours with the one from Wine, wh

Re: [Mingw-w64-public] [PATCH 3/3] headers: Declare UUID for IContextCallback

2022-10-14 Thread Biswapriyo Nath
Would it be better if IDL file is provided instead of writing header file manually? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH 3/3] headers: Declare UUID for IContextCallback

2022-10-14 Thread Alvin Wong via Mingw-w64-public
This is needed for `__uuidof(IContextCallback)` to work. --- mingw-w64-headers/include/ctxtcall.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-w64-headers/include/ctxtcall.h b/mingw-w64-headers/include/ctxtcall.h index 9fa8ec41e..65162f33f 100644 --- a/mingw-w64-headers/include/ct