From b85aa9e6c2b81f93f453489792338eb43ac03ac7 Mon Sep 17 00:00:00 2001 From: Ratin Gao Date: Thu, 2 Jan 2025 19:44:05 +0800 Subject: [PATCH] phnt: Fix `BcdCopyObjects` declaration --- phnt/include/ntbcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phnt/include/ntbcd.h b/phnt/include/ntbcd.h index 5ff4e089005b..fa9843fdff69 100644 --- a/phnt/include/ntbcd.h +++ b/phnt/include/ntbcd.h @@ -571,7 +571,7 @@ NTSTATUS NTAPI BcdCopyObjects( _In_ HANDLE BcdStoreHandle, - _In_ BCD_OBJECT_DESCRIPTION Characteristics, + _In_ PBCD_OBJECT_DESCRIPTION Characteristics, _In_ BCD_COPY_FLAGS BcdCopyFlags, _In_ HANDLE TargetStoreHandle );