diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-21 12:14:31 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-21 12:47:28 +0200 |
commit | 290412afced5f020c3c3cdaafe86c4352608ab16 (patch) | |
tree | 46f323fbcb68faeaa05a618c45db44911a93c502 /src/Setup/Wizard.h | |
parent | f9782fb3f6393b967d2997feff85d59c01a7db80 (diff) | |
download | VeraCrypt-290412afced5f020c3c3cdaafe86c4352608ab16.tar.gz VeraCrypt-290412afced5f020c3c3cdaafe86c4352608ab16.zip |
Windows Setup: Warn about Fast Startup during install if it is enabled and propose to disable it at the end of the installation.
Diffstat (limited to 'src/Setup/Wizard.h')
-rw-r--r-- | src/Setup/Wizard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Setup/Wizard.h b/src/Setup/Wizard.h index df423b90..40ff0353 100644 --- a/src/Setup/Wizard.h +++ b/src/Setup/Wizard.h @@ -25,6 +25,7 @@ BOOL CALLBACK MainDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam , LPARAM extern BOOL bPromptTutorial; extern BOOL bPromptReleaseNotes; +extern BOOL bPromptFastStartup; #ifdef __cplusplus } |