Change RTL::LinkedList::RemoveEntryList() routine signature
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 25s
Builds / ExectOS (i686, release) (push) Failing after 23s
Builds / ExectOS (amd64, release) (push) Failing after 44s
Builds / ExectOS (i686, debug) (push) Failing after 42s

This commit is contained in:
2026-02-10 18:24:26 +01:00
parent 874d303f83
commit edb40dd62b
4 changed files with 11 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ namespace RTL
IN PLIST_ENTRY Entry);
STATIC XTCDECL BOOLEAN ListEmpty(IN PLIST_ENTRY ListHead);
STATIC XTCDECL BOOLEAN ListLoop(IN PLIST_ENTRY ListHead);
STATIC XTCDECL VOID RemoveEntryList(IN PLIST_ENTRY Entry);
STATIC XTCDECL BOOLEAN RemoveEntryList(IN PLIST_ENTRY Entry);
};
}