Skip to content

Commit

Permalink
Added missing flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Forshaw committed Jan 21, 2020
1 parent 50f6c7a commit 43eb48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NtApiDotNet/NtAlpcNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ public enum AlpcDeleteResourceReserveFlags
[Flags]
public enum AlpcDeleteSectionViewFlags
{
None = 0,
}

[StructLayout(LayoutKind.Sequential)]
Expand Down

0 comments on commit 43eb48d

Please sign in to comment.