[PATCH] wmphoto: Make the wmp_decoder_*() functions static.

Rémi Bernon rbernon at codeweavers.com
Fri Aug 27 06:06:01 CDT 2021


On 8/27/21 12:59 PM, Francois Gouget wrote:
> Signed-off-by: Francois Gouget <fgouget at 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).
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list