On 8/27/21 3:09 PM, Francois Gouget wrote:
On Fri, 27 Aug 2021, Jacek Caban wrote:
Signed-off-by: Jacek Caban jacek@codeweavers.com
On 8/27/21 12:47 PM, Francois Gouget wrote:
Signed-off-by: Francois Gouget fgouget@free.fr
This used to be needed on macOS due to some compiler issue but I'm not sure if that's still the case. Let me know if this type of patch is not desired anymore.
I don't think it's needed for macOS any more, but I think it's a good idea to skip explicit calling convention when it's not needed anyway.
Should that also apply to things like static CDECL?
Yes, I think that it's better to avoid CDECL in those cases as well.
Thanks,
Jacek