Daniel Lehman : ucrtbase: Add hypot forward.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 30 10:00:30 CDT 2016


Module: wine
Branch: master
Commit: 31bc775c65814fc0fc14f3871b5291b4c885e3d1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=31bc775c65814fc0fc14f3871b5291b4c885e3d1

Author: Daniel Lehman <dlehman at esri.com>
Date:   Mon Mar 28 11:38:46 2016 -0700

ucrtbase: Add hypot forward.

Signed-off-by: Daniel Lehman <dlehman at esri.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec | 2 +-
 dlls/ucrtbase/ucrtbase.spec                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec b/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec
index 2a2ed6e..1ea4f2d 100644
--- a/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec
+++ b/dlls/api-ms-win-crt-math-l1-1-0/api-ms-win-crt-math-l1-1-0.spec
@@ -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
diff --git a/dlls/ucrtbase/ucrtbase.spec b/dlls/ucrtbase/ucrtbase.spec
index eb68178..3bbab33 100644
--- a/dlls/ucrtbase/ucrtbase.spec
+++ b/dlls/ucrtbase/ucrtbase.spec
@@ -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




More information about the wine-cvs mailing list