include: Add _fpreset().

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-11-29 11:01:15 -06:00 committed by Alexandre Julliard
parent d3d9785483
commit d0acbcb0d7
1 changed files with 1 additions and 0 deletions

View File

@ -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);