ucrtbase: Add hypot forward.
Signed-off-by: Daniel Lehman <dlehman@esri.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6a03b38f33
commit
31bc775c65
|
@ -252,7 +252,7 @@
|
|||
@ cdecl fmod(double double) ucrtbase.fmod
|
||||
@ cdecl -arch=arm,x86_64 fmodf(float float) ucrtbase.fmodf
|
||||
@ cdecl frexp(double ptr) ucrtbase.frexp
|
||||
@ stub hypot
|
||||
@ cdecl hypot(double double) ucrtbase.hypot
|
||||
@ stub ilogb
|
||||
@ stub ilogbf
|
||||
@ stub ilogbl
|
||||
|
|
|
@ -2339,7 +2339,7 @@
|
|||
@ stub gets_s
|
||||
@ cdecl getwc(ptr) MSVCRT_getwc
|
||||
@ cdecl getwchar() MSVCRT_getwchar
|
||||
@ stub hypot
|
||||
@ cdecl hypot(double double) _hypot
|
||||
@ stub ilogb
|
||||
@ stub ilogbf
|
||||
@ stub ilogbl
|
||||
|
|
Loading…
Reference in New Issue