Add missing forward routines definitions

This commit is contained in:
2022-12-23 00:09:33 +01:00
parent df8de3f85f
commit 3e8bdfe9fe
3 changed files with 26 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ RtlInsertTailList(IN OUT PLIST_ENTRY ListHead,
BOOLEAN
RtlListEmpty(PLIST_ENTRY ListHead);
BOOLEAN
RtlListLoop(IN PLIST_ENTRY ListHead);
XTAPI
VOID
RtlMoveMemory(OUT PVOID Destination,