Skip to content

Commit

Permalink
Revert json-c/json-c@1ee1210 from json-c update
Browse files Browse the repository at this point in the history
Not relevant for us and causes build error
  • Loading branch information
Dutchman101 committed May 24, 2024
1 parent 5c71180 commit ee7d32a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vendor/json-c/json_inttypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@
#include <inttypes.h>

#else
#ifdef JSON_C_HAVE_STDINT_H
#include <stdint.h>
#else
/* Really only valid for old MS compilers, VS2008 and earlier: */
typedef __int32 int32_t;
typedef unsigned __int32 uint32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#endif

#define PRId64 "I64d"
#define SCNd64 "I64d"
Expand Down

0 comments on commit ee7d32a

Please sign in to comment.