Retire RFC_3066_ENTRY_SIZE definition.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7965 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2009-03-27 03:24:33 +00:00
parent ea7cd3ec1a
commit eaad1319d5
1 changed files with 2 additions and 8 deletions

View File

@ -18,7 +18,7 @@
#include <Base.h>
//
// 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
///