mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[MINGW]
#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:
parent
d46d983c8f
commit
351689996d
1 changed files with 2 additions and 0 deletions
2
lib/3rdparty/mingw/merr.c
vendored
2
lib/3rdparty/mingw/merr.c
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue