projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46d983
)
[MINGW]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 6 Nov 2010 09:17:04 +0000
(09:17 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 6 Nov 2010 09:17:04 +0000
(09:17 +0000)
#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
lib/3rdparty/mingw/merr.c
patch
|
blob
|
history
diff --git
a/lib/3rdparty/mingw/merr.c
b/lib/3rdparty/mingw/merr.c
index
134e10f
..
d2a55fd
100644
(file)
--- a/
lib/3rdparty/mingw/merr.c
+++ b/
lib/3rdparty/mingw/merr.c
@@
-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