1 May
2023
1 May
'23
5:17 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2727#note_31609