mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 04:02:03 +00:00
[CRT]
- Fix build svn path=/trunk/; revision=57824
This commit is contained in:
parent
f17fe2fe20
commit
752fa55287
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ int CDECL _controlfp_s(unsigned int *cur, unsigned int newval, unsigned int mask
|
|||
if (!MSVCRT_CHECK_PMT( !(newval & mask & ~(_MCW_EM | _MCW_IC | _MCW_RC | _MCW_PC | _MCW_DN))))
|
||||
{
|
||||
if (cur) *cur = _controlfp( 0, 0 ); /* retrieve it anyway */
|
||||
return MSVCRT_EINVAL;
|
||||
return EINVAL;
|
||||
}
|
||||
val = _controlfp( newval, mask );
|
||||
if (cur) *cur = val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue