From 55ef9bf6860b2e46edccde4e15c7c9eb8c35ffbb Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Mon, 28 Jul 2025 19:45:19 +0200 Subject: [PATCH] Correct function declaration for BlpFindParentBlockDevice --- xtldr/includes/xtldr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr/includes/xtldr.h b/xtldr/includes/xtldr.h index e2fc47d..fbba100 100644 --- a/xtldr/includes/xtldr.h +++ b/xtldr/includes/xtldr.h @@ -462,7 +462,7 @@ XTCDECL BOOLEAN BlpFindParentBlockDevice(IN PLIST_ENTRY BlockDevices, IN PEFI_BLOCK_DEVICE_DATA ChildNode, - OUT PEFI_BLOCK_DEVICE_DATA ParentNode); + OUT PEFI_BLOCK_DEVICE_DATA *ParentNode); XTCDECL LONG