aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAllenX2018 <leloucharcher@163.com>2019-10-08 19:16:50 +0800
committerAllenX2018 <leloucharcher@163.com>2019-10-08 19:16:50 +0800
commit4f3305c50683056cad28512f87fe9a9af2a07a0b (patch)
tree19228a7e54d80316a505285d3e4a1a43604513a0 /src
parent672b6df4743dbf76e059c640ad3fe45f7c795594 (diff)
downloadjansson-4f3305c50683056cad28512f87fe9a9af2a07a0b.zip
jansson-4f3305c50683056cad28512f87fe9a9af2a07a0b.tar.gz
jansson-4f3305c50683056cad28512f87fe9a9af2a07a0b.tar.bz2
fix issue #441
It already has "strtod" function in stdlib.h and because __USE_MINGW_ANSI_STDIO is desperated
Diffstat (limited to 'src')
-rw-r--r--src/strconv.c4
1 files changed, 0 insertions, 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 <jansson_private_config.h>
#endif
-#ifdef __MINGW32__
-#define strtod __strtod
-#endif
-
#if JSON_HAVE_LOCALECONV
#include <locale.h>