mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 22:15:02 +00:00
fix issue #441
It already has "strtod" function in stdlib.h and because __USE_MINGW_ANSI_STDIO is desperated
This commit is contained in:
parent
672b6df474
commit
4f3305c506
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
#include <jansson_private_config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#define strtod __strtod
|
||||
#endif
|
||||
|
||||
#if JSON_HAVE_LOCALECONV
|
||||
#include <locale.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue