Fix build break.

ISO_639_2_ENTRY_SIZE has been moved to be local.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7902 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2009-03-18 06:15:07 +00:00
parent 024a05ac5c
commit 974a027175
3 changed files with 15 additions and 0 deletions

View File

@ -69,6 +69,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define FRAMEWORK_RESERVED_VARSTORE_ID 0x0001 #define FRAMEWORK_RESERVED_VARSTORE_ID 0x0001
#define FRAMEWORK_RESERVED_VARSTORE_NAME L"Setup" #define FRAMEWORK_RESERVED_VARSTORE_NAME L"Setup"
///
/// The size of a 3 character ISO639 language code.
///
#define ISO_639_2_ENTRY_SIZE 3
#pragma pack (1) #pragma pack (1)
typedef struct { typedef struct {

View File

@ -32,6 +32,10 @@ Module Name:
#include <Library/HiiLib.h> #include <Library/HiiLib.h>
///
/// The size of a 3 character ISO639 language code.
///
#define ISO_639_2_ENTRY_SIZE 3
/** /**
Performs a case-insensitive comparison of two Null-terminated Unicode Performs a case-insensitive comparison of two Null-terminated Unicode

View File

@ -32,6 +32,11 @@ Module Name:
#include <Library/HiiLib.h> #include <Library/HiiLib.h>
///
/// The size of a 3 character ISO639 language code.
///
#define ISO_639_2_ENTRY_SIZE 3
/** /**
Performs a case-insensitive comparison of two Null-terminated Unicode Performs a case-insensitive comparison of two Null-terminated Unicode