]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Issue #205: use _strdup instead of strdup on Windows.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 23 May 2016 02:37:09 +0000 (02:37 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 23 May 2016 02:37:09 +0000 (02:37 +0000)
config.h.win32

index de6bc3c5b4129f156ecc8a7652499b13c27bc0e8..e721aaf7d78add006972e505a38de689a88d1044 100644 (file)
@@ -91,7 +91,7 @@
 #define HAVE_STRCASECMP 1\r
 \r
 /* Define to 1 if you have the `strdup' function. */\r
-#define HAVE_STRDUP 1\r
+#define HAVE_STRDUP 0\r
 \r
 /* Define to 1 if you have the `strerror' function. */\r
 #define HAVE_STRERROR 1\r