remove undef __NO_ISOCEXT for strtod compatiblity
This commit is contained in:
parent
4f3305c506
commit
c3958a326c
@ -3,9 +3,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.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 "jansson_private.h"
|
||||||
#include "strbuffer.h"
|
#include "strbuffer.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user