Commit d0acbcb0 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Add _fpreset().

parent d3d97854
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment