diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-17 13:44:16 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-17 13:44:16 +0000 |
commit | 68fc9ba4863156383bee34b2792a65cfc1460ed2 (patch) | |
tree | c5303fc82db43f2ba528258ec1f6565458963e87 /IntelFrameworkPkg | |
parent | 76a21f7ce856c644678740507a2d717741606af3 (diff) | |
download | edk2-platforms-68fc9ba4863156383bee34b2792a65cfc1460ed2.tar.xz |
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
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/FrameworkHii.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h index aa99849eac..0caf7adfcf 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h @@ -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
|