mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +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:
@@ -101,7 +101,7 @@ _Check_return_ double __cdecl tanh(_In_ double x);
|
||||
|
||||
#ifndef _CRT_MATHERR_DEFINED
|
||||
#define _CRT_MATHERR_DEFINED
|
||||
int __CRTDECL _matherr(_Inout_ struct _exception *except);
|
||||
int __CRTDECL _matherr(_Inout_ struct _exception *exception);
|
||||
#endif
|
||||
|
||||
#ifndef _CRT_ATOF_DEFINED
|
||||
|
||||
Reference in New Issue
Block a user