merge trunk head (37902)
[reactos.git] / reactos / lib / 3rdparty / mingw / merr.c
1 #include "internal.h"
2 #include <math.h>
3
4 int __defaultmatherr = 1;
5
6 int __CRTDECL
7 _matherr (struct _exception *pexcept)
8 {
9 /* Make compiler happy. */
10 pexcept = pexcept;
11 return 0;
12 }