Append the change log for the non-backward compatibility change in Edk r5869.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5871 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-09-10 16:13:07 +00:00
parent f0d5cbb66a
commit 43d2502010
1 changed files with 10 additions and 1 deletions

View File

@ -142,4 +142,13 @@ EDK_4067: Non-Compatible: qwang12
EDK_5835: Non-Compatible: qwang12
Class General Definitions: NULL_HANDLE definition is removed from UefiBaseType.h. If any modules referencs NULL_HANDLE, they should be updated to use NULL.
Class General Definitions: NULL_HANDLE definition is removed from UefiBaseType.h. If any modules referencs NULL_HANDLE, they should be updated to use NULL.
EDK_5869: Non-Compatible: qhuang8
Class General Definitions: Update the macro ALIGN_VARIALBE to drop the second parameter.
Code Change:
The macro ALIGN_VARIABLE in base.h is changed to keep the first paramter
Possible Impacts:
Modules using this macro, it needs to adapt to new interface.