Module: wine Branch: master Commit: 311cb41702e4bca0739934eb089de159170675d3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=311cb41702e4bca0739934eb0...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Mar 19 15:41:09 2020 +0100
float.h: Add __fpe_flt_rounds declaration.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/msvcrt/float.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/msvcrt/float.h b/include/msvcrt/float.h index 3b8e5ed7e6..97b2fbee13 100644 --- a/include/msvcrt/float.h +++ b/include/msvcrt/float.h @@ -134,6 +134,7 @@ extern "C" { #define _CW_DEFAULT (_RC_NEAR + _PC_64 + _EM_INVALID + _EM_ZERODIVIDE + _EM_OVERFLOW + _EM_UNDERFLOW + _EM_INEXACT + _EM_DENORMAL) #endif
+_ACRTIMP int __cdecl __fpe_flt_rounds(void); unsigned int __cdecl _control87(unsigned int, unsigned int); unsigned int __cdecl _controlfp(unsigned int, unsigned int); errno_t __cdecl _controlfp_s(unsigned int *, unsigned int, unsigned int);