diff --git a/src/strconv.c b/src/strconv.c index 8075481..c3563b9 100644 --- a/src/strconv.c +++ b/src/strconv.c @@ -3,9 +3,6 @@ #include #include #include -#ifdef __MINGW32__ -#undef __NO_ISOCEXT /* ensure stdlib.h will declare prototypes for mingw own 'strtod' replacement, called '__strtod' */ -#endif #include "jansson_private.h" #include "strbuffer.h" @@ -14,10 +11,6 @@ #include #endif -#ifdef __MINGW32__ -#define strtod __strtod -#endif - #if JSON_HAVE_LOCALECONV #include