]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration
authorMichael D Kinney <michael.d.kinney@intel.com>
Tue, 2 Feb 2021 23:23:27 +0000 (15:23 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 1 Apr 2021 23:16:31 +0000 (23:16 +0000)
commit32976569af6bbf2b33ce4a7e02072e9b34e9954e
treef686302bc365a3a83a3aa7fcfb4d8c61e925d3a9
parent62bad17dcae18f55cb3bdc19909543dfdf928a2b
MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate declaration

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3285

Remove duplicate declaration of structure type
EFI_HII_POPUP_PROTOCOL from HiiPopup.h.  The forward
declaration of the top of this file already declared
this type.

Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/Include/Protocol/HiiPopup.h