mirror of https://github.com/acidanthera/audk.git
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:
parent
ea7cd3ec1a
commit
eaad1319d5
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue