msvcr120: Correct asinh specfile definitions.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2e0a1cfd83
commit
fff25a6052
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue