From ee7d32a7abcfaf6dc748485c94f03fec4df64b17 Mon Sep 17 00:00:00 2001 From: Dutchman101 Date: Fri, 24 May 2024 05:46:17 +0200 Subject: [PATCH] Revert https://github.com/json-c/json-c/commit/1ee12100b63344d228f2fa0533a551b71c27a85c from json-c update Not relevant for us and causes build error --- vendor/json-c/json_inttypes.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vendor/json-c/json_inttypes.h b/vendor/json-c/json_inttypes.h index a33a31f107..a901a8ef39 100644 --- a/vendor/json-c/json_inttypes.h +++ b/vendor/json-c/json_inttypes.h @@ -13,15 +13,7 @@ #include #else -#ifdef JSON_C_HAVE_STDINT_H #include -#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"