On Mon Apr 17 01:22:12 2023 +0000, Biswapriyo Nath wrote:
Apology for hijacking this thread. Would you like to add windows.graphics.capture.interop.idl please? Required for pywinrt project. I have tried to add it like you did but get compiler error in that project.
No problem, happy to help. Sure, I took a look and it generates this error:
tools/widl/widl -o include/windows.graphics.capture.interop.h -m32 --nostdinc -Ldlls/* -Iinclude -Iinclude -D__WINESRC__ \ include/windows.graphics.capture.interop.idl include/windows.h:38:1: error: Unable to open include file stdarg.h make[1]: *** [Makefile:163589: include/windows.graphics.capture.interop.h] Error 1
It doesn't seem worth debugging the error so adding in the equivalent .h file should be fine. MR https://gitlab.winehq.org/wine/wine/-/merge_requests/2658 created.