From eaad1319d5eb295994832b65bced3133d88f4fd3 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 27 Mar 2009 03:24:33 +0000 Subject: [PATCH] Retire RFC_3066_ENTRY_SIZE definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7965 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Uefi/UefiBaseType.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/MdePkg/Include/Uefi/UefiBaseType.h b/MdePkg/Include/Uefi/UefiBaseType.h index d4f4edc8ae..405e9bbed3 100644 --- a/MdePkg/Include/Uefi/UefiBaseType.h +++ b/MdePkg/Include/Uefi/UefiBaseType.h @@ -18,7 +18,7 @@ #include // -// Basical data type definitions introduced in UEFI. +// Basic data type definitions introduced in UEFI. // /// @@ -177,12 +177,6 @@ typedef union { #define EFI_PAGES_TO_SIZE(a) ( (a) << EFI_PAGE_SHIFT) -/// -/// Limited buffer size for a language code recommended by RFC3066 -/// (42 characters plus a NULL terminator) -/// -#define RFC_3066_ENTRY_SIZE (42 + 1) - /// /// PE32+ Machine type for IA32 UEFI images /// @@ -228,7 +222,7 @@ typedef union { #elif defined (MDE_CPU_EBC) /// -/// This is just to make sure you can cross compile with the EBC compiiler. +/// This is just to make sure you can cross compile with the EBC compiler. /// It does not make sense to have a PE loader coded in EBC. You need to /// understand the basic /// -- 2.39.5