Skip to content

Commit

Permalink
phnt: Fix BcdCopyObjects declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
RatinCN committed Jan 2, 2025
1 parent 417c944 commit b85aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phnt/include/ntbcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit b85aa9e

Please sign in to comment.