From c3958a326ca55db1eb750cd18439fcedf90262e9 Mon Sep 17 00:00:00 2001 From: willson-chen Date: Mon, 21 Oct 2019 11:13:39 +0800 Subject: [PATCH] remove undef __NO_ISOCEXT for strtod compatiblity --- src/strconv.c | 3 --- 1 file changed, 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 #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"