From 5e4e5f7d9df01084b025d1fc619ca9ce9dcceef3 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Mon, 23 May 2016 02:37:09 +0000 Subject: Issue #205: use _strdup instead of strdup on Windows. --- config.h.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h.win32 b/config.h.win32 index de6bc3c..e721aaf 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -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 -- cgit v1.2.1