From 47ec89a85ed1700c250915ad71c1a9617d4e20cd Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 10 Feb 2026 18:26:50 +0100 Subject: [PATCH] Forgotten to change signature in bootloader --- boot/xtldr/includes/libxtos.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/xtldr/includes/libxtos.hh b/boot/xtldr/includes/libxtos.hh index 741d523..b14f107 100644 --- a/boot/xtldr/includes/libxtos.hh +++ b/boot/xtldr/includes/libxtos.hh @@ -80,7 +80,7 @@ namespace RTL IN PLIST_ENTRY Entry); STATIC XTCDECL VOID InsertTailList(IN OUT PLIST_ENTRY ListHead, IN PLIST_ENTRY Entry); - STATIC XTCDECL VOID RemoveEntryList(IN PLIST_ENTRY Entry); + STATIC XTCDECL BOOLEAN RemoveEntryList(IN PLIST_ENTRY Entry); }; class Memory