mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Updated kernel32-SetProcessDEPPolicy patchset
This commit is contained in:
parent
3813f414ed
commit
31157f5ed4
@ -32,7 +32,7 @@ index 992437047..e10bfd95a 100644
|
||||
+
|
||||
+ TRACE("(%d)\n", newDEP);
|
||||
+
|
||||
+ if (is_wow64 || system_DEP_policy != OptIn && system_DEP_policy != OptOut )
|
||||
+ if (is_wow64 || (system_DEP_policy != OptIn && system_DEP_policy != OptOut) )
|
||||
+ {
|
||||
+ SetLastError(ERROR_ACCESS_DENIED);
|
||||
+ return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user