[PATCH] mshtml: Remove WINAPI on static functions where not needed.

Jacek Caban jacek at codeweavers.com
Mon Aug 30 10:24:40 CDT 2021


On 8/27/21 3:09 PM, Francois Gouget wrote:
> On Fri, 27 Aug 2021, Jacek Caban wrote:
>
>> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
>>
>> On 8/27/21 12:47 PM, Francois Gouget wrote:
>>> Signed-off-by: Francois Gouget <fgouget at 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




More information about the wine-devel mailing list