On Mon May 1 04:10:47 2023 +0000, Zebediah Figura wrote:
You can declare this directly in the IDL.
That doesn't work, it results in this error:
include/hrtfapoapi.idl:96:7: error: type 'STDAPI' not found in global namespace
STDAPI CreateHrtfApo(const HrtfApoInit *init, IXAPO **xapo); ^ make[1]: *** [Makefile:162013: include/hrtfapoapi.h] Error 1
Even with just `HRESULT WINAPI`, which is missing `EXTERN_C`, it fails to build.