CryptoPkg : Added CRT defined for big number support for Mbedtls.

defined ULLONG_MAX in CrtLibSupport header file.

Signed-off-by: Longhaox Lee <longhaox.lee@intel.com>
This commit is contained in:
Longhaox Lee 2025-11-27 16:16:34 +08:00 committed by mergify[bot]
parent af9cc80359
commit aacfbe667e

View file

@ -475,6 +475,10 @@ strpbrk (
#define UINT64_MAX 0xFFFFFFFFFFFFFFFFUL
#endif
#ifndef ULLONG_MAX
#define ULLONG_MAX 0xFFFFFFFFFFFFFFFFUL
#endif
#undef UINTPTR_MAX
#if (UINT_MAX > 0xFFFFFFFFUL)
#define UINTPTR_MAX 0xFFFFFFFFFFFFFFFFUL