Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to align...
commit355cccc8ec73fae35009474cd3ddc5aed67b33bb
authorHuang Qing <qhuang8@tianocore.org>
Wed, 30 Sep 2009 06:12:54 +0000 (30 06:12 +0000)
committerHuang Qing <qhuang8@tianocore.org>
Wed, 30 Sep 2009 06:12:54 +0000 (30 06:12 +0000)
tree6c944a303c0b155b1e0f27f83b619d9f6b604ff2
parent4caf230e11bdf1cc3d33544704a57e516a50b44d
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.
MdePkg/Include/Base.h