Skip to content

Commit

Permalink
fix: build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 18, 2024
1 parent 1368a93 commit 5ae4d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Veil/Veil.System.ObjectManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ NTAPI
NtQuerySecurityObject(
_In_ HANDLE Handle,
_In_ SECURITY_INFORMATION SecurityInformation,
_Out_writes_bytes_to_(Length, *LengthNeeded) PSECURITY_DESCRIPTOR SecurityDescriptor,
_Out_writes_bytes_opt_(Length) PSECURITY_DESCRIPTOR SecurityDescriptor,
_In_ ULONG Length,
_Out_ PULONG LengthNeeded
);
Expand Down
1 change: 1 addition & 0 deletions Veil/Veil.System.RuntimeLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -10285,6 +10285,7 @@ RtlGetAce(
);

#if (NTDDI_VERSION >= NTDDI_WIN11_GE)
_IRQL_requires_max_(APC_LEVEL)
NTSYSAPI
NTSTATUS
NTAPI
Expand Down

0 comments on commit 5ae4d8e

Please sign in to comment.