mirror of https://github.com/acidanthera/audk.git
define #define EFI_HII_UPDATE_DATA FRAMEWORK_EFI_HII_UPDATE_DATA to avoid duplicated definition between Framework and IfrSuportLib.h. This duplicated definition only occurs for EdkCompatibilityPkg's FrameworkHiiToUefiHiiThunk module as it needs to include header file from both sides.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5085 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
76a21f7ce8
commit
68fc9ba486
|
@ -171,6 +171,7 @@ typedef struct {
|
|||
//
|
||||
} EFI_HII_EXPORT_TABLE;
|
||||
|
||||
#define EFI_HII_UPDATE_DATA FRAMEWORK_EFI_HII_UPDATE_DATA
|
||||
typedef struct {
|
||||
BOOLEAN FormSetUpdate; // If TRUE, next variable is significant
|
||||
EFI_PHYSICAL_ADDRESS FormCallbackHandle; // If not 0, will update Formset with this info
|
||||
|
|
Loading…
Reference in New Issue