mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +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(ptr str str str str)
|
||||||
@ cdecl _makepath_s(ptr long str str str str)
|
@ cdecl _makepath_s(ptr long str str str str)
|
||||||
# stub _malloc_dbg
|
# stub _malloc_dbg
|
||||||
@ cdecl _matherr(ptr)
|
|
||||||
@ cdecl _mbbtombc(long)
|
@ cdecl _mbbtombc(long)
|
||||||
# stub _mbbtombc_l
|
# stub _mbbtombc_l
|
||||||
@ cdecl _mbbtype(long long)
|
@ 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;
|
int __defaultmatherr = 0;
|
||||||
|
|
||||||
#if 0
|
|
||||||
int __CRTDECL
|
int __CRTDECL
|
||||||
_matherr (struct _exception *pexcept)
|
_matherr (struct _exception *pexcept)
|
||||||
{
|
{
|
||||||
|
@ -51,5 +50,3 @@ _matherr (struct _exception *pexcept)
|
||||||
type, pexcept->name, pexcept->arg1, pexcept->arg2, pexcept->retval);
|
type, pexcept->name, pexcept->arg1, pexcept->arg2, pexcept->retval);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue