[MSVCRT] Don't export linux stuff from our precious MSVCRT

[MINGW] Bring back _matherr()

svn path=/branches/cmake-bringup/; revision=49553
This commit is contained in:
Timo Kreuzer 2010-11-10 22:43:46 +00:00
parent 8c6671477e
commit 1d6d730ed6
2 changed files with 0 additions and 4 deletions

View file

@ -599,7 +599,6 @@
@ cdecl _makepath(ptr str str str str)
@ cdecl _makepath_s(ptr long str str str str)
# stub _malloc_dbg
@ cdecl _matherr(ptr)
@ cdecl _mbbtombc(long)
# stub _mbbtombc_l
@ cdecl _mbbtype(long long)

View file

@ -10,7 +10,6 @@
int __defaultmatherr = 0;
#if 0
int __CRTDECL
_matherr (struct _exception *pexcept)
{
@ -51,5 +50,3 @@ _matherr (struct _exception *pexcept)
type, pexcept->name, pexcept->arg1, pexcept->arg2, pexcept->retval);
return 0;
}
#endif