diff options
Diffstat (limited to 'win/tclWinMtherr.c')
-rw-r--r-- | win/tclWinMtherr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/tclWinMtherr.c b/win/tclWinMtherr.c index 6005e58..269a363 100644 --- a/win/tclWinMtherr.c +++ b/win/tclWinMtherr.c @@ -14,6 +14,7 @@ #include <math.h> +#ifndef __MINGW32__ /* *---------------------------------------------------------------------- * @@ -49,3 +50,6 @@ _matherr(xPtr) } return 1; } + +#endif /* !__MINGW__ */ + |