Implement RtlCompareGuids() kernel routine
已通過所有檢查
Builds / ExectOS (amd64) (push) Successful in 25s
Builds / ExectOS (i686) (push) Successful in 26s

此提交包含在:
2024-01-31 16:08:06 +01:00
父節點 48d1e7f04c
當前提交 8e61503de1
共有 4 個檔案被更改,包括 33 行新增0 行删除

查看文件

@@ -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,