]> git.proxmox.com Git - mirror_edk2.git/commit
fix one bug in (EFIAPI *EFI_HII_ACCESS_FORM_CALLBACK)(), it is not aligned with spec
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Dec 2008 01:58:19 +0000 (01:58 +0000)
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Dec 2008 01:58:19 +0000 (01:58 +0000)
commited15fbe226f3cf0df0c0c264e38386b0c1a7bcf2
treead05bea71b2cc8551314818697eb6b795480d973
parentc5de0d5599d8833c511d8668583ee2d4fe5643fc
fix one bug in (EFIAPI *EFI_HII_ACCESS_FORM_CALLBACK)(), it is not aligned with spec
the paramter should be
  IN  EFI_BROWSER_ACTION                     *Action
instead of
  IN  EFI_BROWSER_ACTION                      Action

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7022 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Protocol/HiiConfigAccess.h