VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-09-28 10:55:53 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-10-17 18:40:20 +0200
commite362d804b0a9e92b36f3e2d28d08bbbc387ac9a2 (patch)
treee9535f34a5dad44d496417976d9daddfa79e01c7 /src/Common/Dlgcode.h
parent3bad079d758edef34136a3d9634cfa52d823502c (diff)
downloadVeraCrypt-e362d804b0a9e92b36f3e2d28d08bbbc387ac9a2.tar.gz
VeraCrypt-e362d804b0a9e92b36f3e2d28d08bbbc387ac9a2.zip
Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system encryption in order to detect machines where changes to EFI boot don't persist after shutdown.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r--src/Common/Dlgcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h
index 9ae9d5b2..a950ae22 100644
--- a/src/Common/Dlgcode.h
+++ b/src/Common/Dlgcode.h
@@ -443,7 +443,7 @@ BOOL Is64BitOs ();
BOOL IsServerOS ();
BOOL IsHiddenOSRunning (void);
BOOL EnableWow64FsRedirection (BOOL enable);
-BOOL RestartComputer (void);
+BOOL RestartComputer (BOOL bShutdown);
void Applink (char *dest, BOOL bSendOS, char *extraOutput);
wchar_t *RelativePath2Absolute (wchar_t *szFileName);
void HandleDriveNotReadyError (HWND hwnd);