mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 22:15:02 +00:00
remove undef __NO_ISOCEXT for strtod compatiblity
This commit is contained in:
parent
4f3305c506
commit
c3958a326c
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue