From 68fc9ba4863156383bee34b2792a65cfc1460ed2 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Thu, 17 Apr 2008 13:44:16 +0000 Subject: 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 --- IntelFrameworkPkg/Include/Protocol/FrameworkHii.h | 1 + 1 file changed, 1 insertion(+) (limited to 'IntelFrameworkPkg') diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h index aa99849..0caf7ad 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 -- cgit v1.1