Clarify CompareGuid change

* Update guid.c to display correct output code in description
* Add warning about failure in ABI README

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-09-23 16:12:19 +01:00
parent e5b75c4482
commit b5a7f60a6b
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C
2 changed files with 5 additions and 1 deletions

View File

@ -5,9 +5,13 @@ versions
This currently includes the following functions:
- ReallocatePool
- CopyMem
- CompareGuid
**Will break at runtime - likely causing opposite output to expected**
2) Applications which haven't been updated in a while may also be missing the
required `.rodata` section which contains needed read-only data which will prevent
any binary missing this section from running correctly

View File

@ -134,7 +134,7 @@ Arguments:
Guid2 - guid to compare
Returns:
= 0 if Guid1 == Guid2
= 1 if Guid1 == Guid2
--*/
{