mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[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:
parent
8c6671477e
commit
1d6d730ed6
2 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
3
lib/3rdparty/mingw/merr.c
vendored
3
lib/3rdparty/mingw/merr.c
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue