mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 13:39:06 +08:00
Issue #205: use _strdup instead of strdup on Windows.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
#define HAVE_STRCASECMP 1
|
||||
|
||||
/* Define to 1 if you have the `strdup' function. */
|
||||
#define HAVE_STRDUP 1
|
||||
#define HAVE_STRDUP 0
|
||||
|
||||
/* Define to 1 if you have the `strerror' function. */
|
||||
#define HAVE_STRERROR 1
|
||||
|
||||
Reference in New Issue
Block a user