mirror of https://github.com/acidanthera/audk.git
Update to align with UEFI 2.3 spec: rename "UEFI_CONFIG_LANG2" to be "UEFI_CONFIG_LANG_2"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9366 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a6973cff62
commit
234dfbf857
|
@ -324,8 +324,8 @@ typedef struct _EFI_HII_GUID_PACKAGE_HDR {
|
||||||
// Section 27.3.6
|
// Section 27.3.6
|
||||||
//
|
//
|
||||||
|
|
||||||
#define UEFI_CONFIG_LANG "x-UEFI"
|
#define UEFI_CONFIG_LANG "x-UEFI"
|
||||||
#define UEFI_CONFIG_LANG2 "x-i-UEFI"
|
#define UEFI_CONFIG_LANG_2 "x-i-UEFI"
|
||||||
|
|
||||||
///
|
///
|
||||||
/// The fixed header consists of a standard record header and then the string identifiers
|
/// The fixed header consists of a standard record header and then the string identifiers
|
||||||
|
|
Loading…
Reference in New Issue