msvcr120: Add fesetenv stub.

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Fabian Maurer 2017-02-07 17:42:34 +01:00 committed by Alexandre Julliard
parent cabf96512a
commit 986a67ab37
5 changed files with 13 additions and 4 deletions

View File

@ -92,7 +92,7 @@
@ stub fegetexceptflag @ stub fegetexceptflag
@ stub fegetround @ stub fegetround
@ stub feholdexcept @ stub feholdexcept
@ stub fesetenv @ cdecl fesetenv(ptr) ucrtbase.fesetenv
@ stub fesetexceptflag @ stub fesetexceptflag
@ stub fesetround @ stub fesetround
@ stub fetestexcept @ stub fetestexcept

View File

@ -2151,7 +2151,7 @@
@ cdecl feof(ptr) MSVCRT_feof @ cdecl feof(ptr) MSVCRT_feof
@ stub feraiseexcept @ stub feraiseexcept
@ cdecl ferror(ptr) MSVCRT_ferror @ cdecl ferror(ptr) MSVCRT_ferror
@ stub fesetenv @ cdecl fesetenv(ptr) MSVCRT_fesetenv
@ stub fesetexceptflag @ stub fesetexceptflag
@ stub fesetround @ stub fesetround
@ stub fetestexcept @ stub fetestexcept

View File

@ -1817,7 +1817,7 @@
@ cdecl feof(ptr) msvcr120.feof @ cdecl feof(ptr) msvcr120.feof
@ stub feraiseexcept @ stub feraiseexcept
@ cdecl ferror(ptr) msvcr120.ferror @ cdecl ferror(ptr) msvcr120.ferror
@ stub fesetenv @ cdecl fesetenv(ptr) msvcr120.fesetenv
@ stub fesetexceptflag @ stub fesetexceptflag
@ stub fesetround @ stub fesetround
@ stub fetestexcept @ stub fetestexcept

View File

@ -1267,6 +1267,15 @@ void CDECL _fpreset(void)
#endif #endif
} }
/*********************************************************************
* fesetenv (MSVCR120.@)
*/
int CDECL MSVCRT_fesetenv(const MSVCRT_fenv_t *env)
{
FIXME("(%p) stub\n", env);
return 0;
}
/********************************************************************* /*********************************************************************
* _isnan (MSVCRT.@) * _isnan (MSVCRT.@)
*/ */

View File

@ -2293,7 +2293,7 @@
@ stub feholdexcept @ stub feholdexcept
@ cdecl feof(ptr) MSVCRT_feof @ cdecl feof(ptr) MSVCRT_feof
@ cdecl ferror(ptr) MSVCRT_ferror @ cdecl ferror(ptr) MSVCRT_ferror
@ stub fesetenv @ cdecl fesetenv(ptr) MSVCRT_fesetenv
@ stub fesetexceptflag @ stub fesetexceptflag
@ stub fesetround @ stub fesetround
@ stub fetestexcept @ stub fetestexcept