This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Issue
#205
: use _strdup instead of strdup on Windows.
tags/json-c-0.13-20171207
Eric Haszlakiewicz
9 years ago
parent
f4ca1325ae
commit
5e4e5f7d9d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.h.win32
+ 1
- 1
config.h.win32
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
Write
Preview
Loading…
Cancel
Save