diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-24 12:48:34 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-24 12:48:34 +0200 |
commit | 718f11d9c381b7a007346744a033fc37c09e9f1c (patch) | |
tree | 6c503f1936f574d1d1c9632d33e45494be8ca103 /src/Setup/Setup.h | |
parent | 2363506e099a8e55b6010f10f71ff8ea8e1c6dfc (diff) | |
download | VeraCrypt-718f11d9c381b7a007346744a033fc37c09e9f1c.tar.gz VeraCrypt-718f11d9c381b7a007346744a033fc37c09e9f1c.zip |
Windows: make Setup correctly manage option to disable memory protection during upgrade
Diffstat (limited to 'src/Setup/Setup.h')
-rw-r--r-- | src/Setup/Setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Setup/Setup.h b/src/Setup/Setup.h index d284586a..70a04555 100644 --- a/src/Setup/Setup.h +++ b/src/Setup/Setup.h @@ -121,6 +121,7 @@ extern BOOL bSystemRestore; extern BOOL bDisableSwapFiles; extern BOOL bForAllUsers; extern BOOL bDisableMemoryProtection; +extern BOOL bOriginalDisableMemoryProtection; extern BOOL bRegisterFileExt; extern BOOL bAddToStartMenu; extern BOOL bDesktopIcon; |