mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
CrtLibSupport: add intptr_t
Will be needed by openssl-3.4.x Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c371460cb4
commit
67c303cb5f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user