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: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Matteo Bruni 2020-01-10 00:34:22 +01:00 committed by Alexandre Julliard
parent 4688a57fd3
commit b85f5efa43
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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