It already has "strtod" function in stdlib.h and because __USE_MINGW_ANSI_STDIO is desperated
remotes/origin/2.13
AllenX2018 5 years ago
parent 672b6df474
commit 4f3305c506

@ -14,10 +14,6 @@
#include <jansson_private_config.h>
#endif
#ifdef __MINGW32__
#define strtod __strtod
#endif
#if JSON_HAVE_LOCALECONV
#include <locale.h>

Loading…
Cancel
Save