aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwillson-chen <willson.chenwx@gmail.com>2019-10-21 11:13:39 +0800
committerwillson-chen <willson.chenwx@gmail.com>2019-10-21 11:13:39 +0800
commitc3958a326ca55db1eb750cd18439fcedf90262e9 (patch)
treed4134d3ac6637faf4436d983579a1ebde17b24e0
parent4f3305c50683056cad28512f87fe9a9af2a07a0b (diff)
downloadjansson-c3958a326ca55db1eb750cd18439fcedf90262e9.zip
jansson-c3958a326ca55db1eb750cd18439fcedf90262e9.tar.gz
jansson-c3958a326ca55db1eb750cd18439fcedf90262e9.tar.bz2
remove undef __NO_ISOCEXT for strtod compatiblity
-rw-r--r--src/strconv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/strconv.c b/src/strconv.c
index fd6e403..c3563b9 100644
--- a/src/strconv.c
+++ b/src/strconv.c
@@ -3,9 +3,6 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
-#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"