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:
Daniel Lehman 2016-03-28 11:38:46 -07:00 committed by Alexandre Julliard
parent 6a03b38f33
commit 31bc775c65
2 changed files with 2 additions and 2 deletions

View File

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

View File

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