Signed-off-by: Zebediah Figura zfigura@codeweavers.com --- 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);