Author: tfaber Date: Sat Nov 5 18:27:30 2016 New Revision: 73144
URL: http://svn.reactos.org/svn/reactos?rev=73144&view=rev Log: [CRT] - Avoid 'except' as a variable name in math.h, for compatibility with SEH tests
Modified: trunk/reactos/sdk/include/crt/math.h
Modified: trunk/reactos/sdk/include/crt/math.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/crt/math.h?rev=... ============================================================================== --- trunk/reactos/sdk/include/crt/math.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/crt/math.h [iso-8859-1] Sat Nov 5 18:27:30 2016 @@ -101,7 +101,7 @@
#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