Issue #205: use _strdup instead of strdup on Windows.

This commit is contained in:
Eric Haszlakiewicz
2016-05-23 02:37:09 +00:00
parent f4ca1325ae
commit 5e4e5f7d9d

View File

@@ -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