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
On MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.h
tags/json-c-0.15-20200726
Eric Haszlakiewicz
5 years ago
parent
0fc9d91277
commit
b0466b626b
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
json_inttypes.h
+ 5
- 0
json_inttypes.h
View File
@@ -21,4 +21,9 @@
#endif
#ifdef _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif
#endif
Write
Preview
Loading…
Cancel
Save