]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Base.h
Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to align...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 30 Sep 2009 06:12:54 +0000 (06:12 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 30 Sep 2009 06:12:54 +0000 (06:12 +0000)
commit6f906c3944ae2ece5a9dbb051d4022d61756b613
tree6c944a303c0b155b1e0f27f83b619d9f6b604ff2
parentdb731882fa90d1311a0828b2fbf13f766d8c21b6
Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to align with recent UEFI 2.3 spec update.

Impaction:
There should be no impact unless code has been written that tests a constant or variable of type EFI_STATUS to be less than 0, or tested it against a negative value. This most likely have not been done.

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