ucrtbase: Expose the fabsf function on arm.

It isn't available in the x86 or x64 versions of ucrtbase.dll or
api-ms-win-crt-math-l1-1-0.dll, but exists (and gets used by MSVC 2015)
on arm.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Martin Storsjo 2016-07-27 13:21:17 +03:00 committed by Alexandre Julliard
parent 78fecb0397
commit b05704dbbd
2 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,7 @@
@ stub expm1f
@ stub expm1l
@ cdecl fabs(double) ucrtbase.fabs
@ cdecl -arch=arm fabsf(float) ucrtbase.fabsf
@ stub fdim
@ stub fdimf
@ stub fdiml

View File

@ -2281,6 +2281,7 @@
@ stub expm1f
@ stub expm1l
@ cdecl fabs(double) MSVCRT_fabs
@ cdecl -arch=arm fabsf(float) MSVCRT_fabsf
@ cdecl fclose(ptr) MSVCRT_fclose
@ stub fdim
@ stub fdimf