It already has "strtod" function in stdlib.h and because __USE_MINGW_ANSI_STDIO is desperated
This commit is contained in:
AllenX2018 2019-10-08 19:16:50 +08:00
parent 672b6df474
commit 4f3305c506

View File

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