We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca5c11 commit 0b31a5dCopy full SHA for 0b31a5d
src/um/winnt.rs
@@ -3112,7 +3112,7 @@ ENUM!{enum PROCESS_MITIGATION_POLICY {
3112
ProcessRedirectionTrustPolicy,
3113
ProcessUserPointerAuthPolicy,
3114
ProcessSEHOPPolicy,
3115
- MaxProcessMitigationPolicy
+ MaxProcessMitigationPolicy,
3116
}}
3117
pub type PPROCESS_MITIGATION_POLICY = *mut PROCESS_MITIGATION_POLICY;
3118
STRUCT!{struct PROCESS_MITIGATION_ASLR_POLICY {
0 commit comments