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
Move the ssize_t typedef from json_inttypes.h to json_object_private.h so as not to affect publically exposed symbols.
tags/json-c-0.15-20200726
Eric Haszlakiewicz
5 years ago
parent
66d91fdf86
commit
ecdfeb18cf
2 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
json_inttypes.h
+5
-0
json_object_private.h
+ 0
- 5
json_inttypes.h
View File
@@ -21,9 +21,4 @@
#endif
#ifdef _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif
#endif
+ 5
- 0
json_object_private.h
View File
@@ -24,6 +24,11 @@ struct json_object;
#include "json_inttypes.h"
#include "json_types.h"
#ifdef _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif
typedef void (json_object_private_delete_fn)(struct json_object *o);
/* json object int type, support extension*/
Write
Preview
Loading…
Cancel
Save