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
Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91
tags/json-c-0.12-20140410
Eric Haszlakiewicz
12 years ago
parent
5e8df40523
commit
c62965660b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
json_inttypes.h
+ 1
- 1
json_inttypes.h
View File
@@ -4,7 +4,7 @@
#include "json_config.h"
#if defined(_MSC_VER) && _MSC_VER
=
< 1700
#if defined(_MSC_VER) && _MSC_VER <
=
1700
/* Anything less than Visual Studio C++ 10 is missing stdint.h and inttypes.h */
typedef __int32 int32_t;
Write
Preview
Loading…
Cancel
Save