mirror of https://github.com/acidanthera/audk.git
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:
parent
f0d5cbb66a
commit
43d2502010
|
@ -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.
|
Loading…
Reference in New Issue