From 4f3305c50683056cad28512f87fe9a9af2a07a0b Mon Sep 17 00:00:00 2001 From: AllenX2018 Date: Tue, 8 Oct 2019 19:16:50 +0800 Subject: [PATCH] fix issue #441 It already has "strtod" function in stdlib.h and because __USE_MINGW_ANSI_STDIO is desperated --- src/strconv.c | 4 ---- 1 file changed, 4 deletions(-) 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