Zebediah Figura : include: Add _fpreset().

Alexandre Julliard julliard at winehq.org
Tue Nov 30 16:18:51 CST 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Mon Nov 29 11:01:15 2021 -0600

include: Add _fpreset().

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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 4ed5a79b5b3..c24ac3c3aee 100644
--- a/include/msvcrt/float.h
+++ b/include/msvcrt/float.h
@@ -135,6 +135,7 @@ extern "C" {
 #endif
 
 _ACRTIMP unsigned int __cdecl _clearfp(void);
+_ACRTIMP void __cdecl _fpreset(void);
 _ACRTIMP unsigned int __cdecl _statusfp(void);
 _ACRTIMP int __cdecl __fpe_flt_rounds(void);
 _ACRTIMP unsigned int __cdecl _control87(unsigned int, unsigned int);




More information about the wine-cvs mailing list