mirror of https://github.com/acidanthera/audk.git
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 size_t;
|
||||||
typedef UINTN off_t;
|
typedef UINTN off_t;
|
||||||
typedef UINTN u_int;
|
typedef UINTN u_int;
|
||||||
|
typedef UINTN intptr_t;
|
||||||
typedef INTN ptrdiff_t;
|
typedef INTN ptrdiff_t;
|
||||||
typedef INTN ssize_t;
|
typedef INTN ssize_t;
|
||||||
typedef INT64 time_t;
|
typedef INT64 time_t;
|
||||||
|
|
Loading…
Reference in New Issue