Skip to content

Commit

Permalink
fix missing tokens in last macro argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Nov 26, 2022
1 parent 1ca5c11 commit 049ba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/um/winnt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ ENUM!{enum PROCESS_MITIGATION_POLICY {
ProcessRedirectionTrustPolicy,
ProcessUserPointerAuthPolicy,
ProcessSEHOPPolicy,
MaxProcessMitigationPolicy
MaxProcessMitigationPolicy,
}}
pub type PPROCESS_MITIGATION_POLICY = *mut PROCESS_MITIGATION_POLICY;
STRUCT!{struct PROCESS_MITIGATION_ASLR_POLICY {
Expand Down

0 comments on commit 049ba38

Please sign in to comment.