Skip to content

Commit ee7d32a

Browse files
committed
Revert json-c/json-c@1ee1210 from json-c update
Not relevant for us and causes build error
1 parent 5c71180 commit ee7d32a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vendor/json-c/json_inttypes.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@
1313
#include <inttypes.h>
1414

1515
#else
16-
#ifdef JSON_C_HAVE_STDINT_H
1716
#include <stdint.h>
18-
#else
19-
/* Really only valid for old MS compilers, VS2008 and earlier: */
20-
typedef __int32 int32_t;
21-
typedef unsigned __int32 uint32_t;
22-
typedef __int64 int64_t;
23-
typedef unsigned __int64 uint64_t;
24-
#endif
2517

2618
#define PRId64 "I64d"
2719
#define SCNd64 "I64d"

0 commit comments

Comments
 (0)