add incompatbility changes's description about NULL_HANDLE.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5845 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-09-08 10:00:24 +00:00
parent 6cff95cd69
commit 7c80ae1b31
1 changed files with 1 additions and 1 deletions

View File

@ -142,4 +142,4 @@ EDK_4067: Non-Compatible: qwang12
EDK_5835: Non-Compatible: qwang12
Class General Definitions: Remove NULL_HANDLE. All modules that referenced NULL_HANDLE 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.