On Fri, Jan 10, 2020 at 12:11 AM Jacek Caban jacek@codeweavers.com wrote:
Hi Matteo,
On 09/01/2020 23:03, Matteo Bruni wrote:
-@ stub _o_fmod -@ stub _o_fmodf +@ cdecl _o_fmod(double double) MSVCRT_fmod +@ cdecl -arch=arm,x86_64,arm64 _o_fmodf(float float) MSVCRT_fmodf
We have !i386 for that now.
Good point, I think when I originally wrote the patch I was working off a branch that didn't have that feature yet.
I'll resend.