remove undef __NO_ISOCEXT for strtod compatiblity

This commit is contained in:
willson-chen 2019-10-21 11:13:39 +08:00
parent 4f3305c506
commit c3958a326c

View File

@ -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"