mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CRT]
- Avoid 'except' as a variable name in math.h, for compatibility with SEH tests svn path=/trunk/; revision=73144
This commit is contained in:
parent
91a67de356
commit
7eea8b9401
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ _Check_return_ double __cdecl tanh(_In_ double x);
|
||||||
|
|
||||||
#ifndef _CRT_MATHERR_DEFINED
|
#ifndef _CRT_MATHERR_DEFINED
|
||||||
#define _CRT_MATHERR_DEFINED
|
#define _CRT_MATHERR_DEFINED
|
||||||
int __CRTDECL _matherr(_Inout_ struct _exception *except);
|
int __CRTDECL _matherr(_Inout_ struct _exception *exception);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _CRT_ATOF_DEFINED
|
#ifndef _CRT_ATOF_DEFINED
|
||||||
|
|
Loading…
Reference in a new issue