#if 0 _matherr(). We already have it in our crt and it's exported from msvcrt. MSVC doesn't like when it's there twice.

svn path=/branches/cmake-bringup/; revision=49506
This commit is contained in:
Timo Kreuzer 2010-11-06 09:17:04 +00:00
parent d46d983c8f
commit 351689996d

View file

@ -10,6 +10,7 @@
int __defaultmatherr = 0;
#if 0
int __CRTDECL
_matherr (struct _exception *pexcept)
{
@ -51,3 +52,4 @@ _matherr (struct _exception *pexcept)
return 0;
}
#endif