Commit 31bc775c authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

ucrtbase: Add hypot forward.

parent 6a03b38f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment