On 8/27/21 12:59 PM, Francois Gouget wrote:
Signed-off-by: Francois Gouget fgouget@free.fr
I'm not sure the CDECL is really useful there but in doubt I decided to keep it.
I'm not completely sure how this is organized anymore but it's part of unixlib interface, which should be marked CDECL (or at least something explicit).
For instance windowscodecs/decoder.c lives in Win32 (and so expects a default ms_abi) and calls the interface functions, which are (or may be) implemented on the Unix side (so by default would have sysv_abi).