Alex Henrie : msvcr120: Correct asinh specfile definitions.

Alexandre Julliard julliard at winehq.org
Mon Jul 10 15:52:46 CDT 2017


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Jul  9 22:55:02 2017 -0600

msvcr120: Correct asinh specfile definitions.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.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 | 6 +++---
 dlls/msvcr120/msvcr120.spec                                     | 6 +++---
 dlls/msvcr120_app/msvcr120_app.spec                             | 6 +++---
 dlls/ucrtbase/ucrtbase.spec                                     | 6 +++---
 4 files changed, 12 insertions(+), 12 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 d5ade42..6a9ccae 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
@@ -129,9 +129,9 @@
 @ stub acoshl
 @ cdecl asin(double) ucrtbase.asin
 @ cdecl -arch=arm,x86_64 asinf(float) ucrtbase.asinf
-@ cdecl asinh(double double) ucrtbase.asinh
-@ cdecl asinhf(float float) ucrtbase.asinhf
-@ cdecl asinhl(double double) ucrtbase.asinhl
+@ cdecl asinh(double) ucrtbase.asinh
+@ cdecl asinhf(float) ucrtbase.asinhf
+@ cdecl asinhl(double) ucrtbase.asinhl
 @ cdecl atan(double) ucrtbase.atan
 @ cdecl atan2(double double) ucrtbase.atan2
 @ cdecl -arch=arm,x86_64 atan2f(float float) ucrtbase.atan2f
diff --git a/dlls/msvcr120/msvcr120.spec b/dlls/msvcr120/msvcr120.spec
index 15cfe60..54f6c81 100644
--- a/dlls/msvcr120/msvcr120.spec
+++ b/dlls/msvcr120/msvcr120.spec
@@ -2018,9 +2018,9 @@
 @ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
 @ cdecl asin(double) MSVCRT_asin
 @ cdecl -arch=arm,x86_64 asinf(float) MSVCRT_asinf
-@ cdecl asinh(double double) MSVCR120_asinh
-@ cdecl asinhf(float float) MSVCR120_asinhf
-@ cdecl asinhl(double double) MSVCR120_asinhl
+@ cdecl asinh(double) MSVCR120_asinh
+@ cdecl asinhf(float) MSVCR120_asinhf
+@ cdecl asinhl(double) MSVCR120_asinhl
 @ cdecl atan(double) MSVCRT_atan
 @ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf
 @ cdecl atan2(double double) MSVCRT_atan2
diff --git a/dlls/msvcr120_app/msvcr120_app.spec b/dlls/msvcr120_app/msvcr120_app.spec
index 9690d4d..129456f 100644
--- a/dlls/msvcr120_app/msvcr120_app.spec
+++ b/dlls/msvcr120_app/msvcr120_app.spec
@@ -1684,9 +1684,9 @@
 @ cdecl asctime_s(ptr long ptr) msvcr120.asctime_s
 @ cdecl asin(double) msvcr120.asin
 @ cdecl -arch=arm,x86_64 asinf(float) msvcr120.asinf
-@ cdecl asinh(double double) msvcr120.asinh
-@ cdecl asinhf(float float) msvcr120.asinhf
-@ cdecl asinhl(double double) msvcr120.asinhl
+@ cdecl asinh(double) msvcr120.asinh
+@ cdecl asinhf(float) msvcr120.asinhf
+@ cdecl asinhl(double) msvcr120.asinhl
 @ cdecl atan(double) msvcr120.atan
 @ cdecl -arch=arm,x86_64 atanf(float) msvcr120.atanf
 @ cdecl atan2(double double) msvcr120.atan2
diff --git a/dlls/ucrtbase/ucrtbase.spec b/dlls/ucrtbase/ucrtbase.spec
index a27a2c6..5a0f957 100644
--- a/dlls/ucrtbase/ucrtbase.spec
+++ b/dlls/ucrtbase/ucrtbase.spec
@@ -2160,9 +2160,9 @@
 @ cdecl asctime_s(ptr long ptr) MSVCRT_asctime_s
 @ cdecl asin(double) MSVCRT_asin
 @ cdecl -arch=arm,x86_64 asinf(float) MSVCRT_asinf
-@ cdecl asinh(double double) MSVCR120_asinh
-@ cdecl asinhf(float float) MSVCR120_asinhf
-@ cdecl asinhl(double double) MSVCR120_asinhl
+@ cdecl asinh(double) MSVCR120_asinh
+@ cdecl asinhf(float) MSVCR120_asinhf
+@ cdecl asinhl(double) MSVCR120_asinhl
 @ cdecl atan(double) MSVCRT_atan
 @ cdecl atan2(double double) MSVCRT_atan2
 @ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f




More information about the wine-cvs mailing list