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>
This commit is contained in:
parent
78fecb0397
commit
b05704dbbd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue