diff --git a/src/strconv.c b/src/strconv.c index 8075481..fd6e403 100644 --- a/src/strconv.c +++ b/src/strconv.c @@ -14,10 +14,6 @@ #include #endif -#ifdef __MINGW32__ -#define strtod __strtod -#endif - #if JSON_HAVE_LOCALECONV #include