From d99d0d96a70faad1bcc8ba95eb3bcf8a4f3fc9a8 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 5 Oct 2015 11:24:09 +0100 Subject: [PATCH] RT4309: Define PRIu64 for UEFI build Provide an appropriate definition of PRIu64 for the EDK2 build, since we don't have there. Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- include/openssl/e_os2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h index 8cf6c84272..b66b1cc794 100644 --- a/include/openssl/e_os2.h +++ b/include/openssl/e_os2.h @@ -299,6 +299,7 @@ typedef INT32 int32_t; typedef UINT32 uint32_t; typedef INT64 int64_t; typedef UINT64 uint64_t; +#define PRIu64 "%Lu" # elif defined(_MSC_VER) && _MSC_VER<=1500 /* * minimally required typdefs for systems not supporting inttypes.h or