From 67c303cb5fb59943cfe317b686d9a8be05ab8481 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 9 Sep 2024 11:02:59 +0200 Subject: CrtLibSupport: add intptr_t Will be needed by openssl-3.4.x Signed-off-by: Gerd Hoffmann --- CryptoPkg/Library/Include/CrtLibSupport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CryptoPkg/Library/Include/CrtLibSupport.h b/CryptoPkg/Library/Include/CrtLibSupport.h index 62090c57cb..cd51e197e7 100644 --- a/CryptoPkg/Library/Include/CrtLibSupport.h +++ b/CryptoPkg/Library/Include/CrtLibSupport.h @@ -109,6 +109,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent typedef UINTN size_t; typedef UINTN off_t; typedef UINTN u_int; +typedef UINTN intptr_t; typedef INTN ptrdiff_t; typedef INTN ssize_t; typedef INT64 time_t; -- cgit