Jacek Caban : math.h: Add scalbn declaration.

Alexandre Julliard julliard at winehq.org
Fri May 22 13:51:10 CDT 2020


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri May 22 17:16:50 2020 +0200

math.h: Add scalbn declaration.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/msvcrt/math.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/msvcrt/math.h b/include/msvcrt/math.h
index 83b252ad5f..ee51f28050 100644
--- a/include/msvcrt/math.h
+++ b/include/msvcrt/math.h
@@ -101,6 +101,9 @@ long __cdecl lrintf(float);
 long __cdecl lround(double);
 long __cdecl lroundf(float);
 
+_ACRTIMP double __cdecl scalbn(double,int);
+_ACRTIMP float  __cdecl scalbnf(float,int);
+
 double __cdecl _copysign (double, double);
 double __cdecl _chgsign (double);
 double __cdecl _scalb(double, __msvcrt_long);




More information about the wine-cvs mailing list