Browse Source

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

tags/json-c-0.13-20171207
Eric Haszlakiewicz 9 years ago
parent
commit
5e4e5f7d9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.h.win32

+ 1
- 1
config.h.win32 View File

@@ -91,7 +91,7 @@
#define HAVE_STRCASECMP 1 #define HAVE_STRCASECMP 1
/* Define to 1 if you have the `strdup' function. */ /* 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 to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1 #define HAVE_STRERROR 1


Loading…
Cancel
Save