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