Commit b85f5efa authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

ucrtbase: Add _o_fmod() and _o_fmodf().

Together with the previous patch this fixes some crashes reproduced with Heroes of the Storm. Signed-off-by: 's avatarMatteo Bruni <mbruni@codeweavers.com> Signed-off-by: 's avatarPiotr Caban <piotr@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 4688a57f
......@@ -957,8 +957,8 @@
@ stub _o_fma
@ stub _o_fmaf
@ stub _o_fmal
@ stub _o_fmod
@ stub _o_fmodf
@ cdecl _o_fmod(double double) ucrtbase._o_fmod
@ cdecl -arch=!i386 _o_fmodf(float float) ucrtbase._o_fmodf
@ stub _o_fopen
@ stub _o_fopen_s
@ stub _o_fputc
......
......@@ -1621,8 +1621,8 @@
@ stub _o_fma
@ stub _o_fmaf
@ stub _o_fmal
@ stub _o_fmod
@ stub _o_fmodf
@ cdecl _o_fmod(double double) MSVCRT_fmod
@ cdecl -arch=!i386 _o_fmodf(float float) MSVCRT_fmodf
@ stub _o_fopen
@ stub _o_fopen_s
@ stub _o_fputc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment