Implement RtlCompareGuids() kernel routine

This commit is contained in:
2024-01-31 16:08:06 +01:00
parent 48d1e7f04c
commit 8e61503de1
4 changed files with 33 additions and 0 deletions

View File

@@ -48,6 +48,11 @@ RtlRemoveEntryList(IN PLIST_ENTRY Entry);
/* Runtime Library routines forward references */
XTAPI
BOOLEAN
RtlCompareGuids(IN PGUID Guid1,
IN PGUID Guid2);
XTAPI
SIZE_T
RtlCompareMemory(IN PCVOID LeftBuffer,