- Avoid 'except' as a variable name in math.h, for compatibility with SEH tests

svn path=/trunk/; revision=73144
This commit is contained in:
Thomas Faber 2016-11-05 18:27:30 +00:00
parent 91a67de356
commit 7eea8b9401

View file

@ -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