VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-05 01:31:27 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-05 01:41:47 +0200
commit0ef137c0a4005eca6de49e754cab136e052a6496 (patch)
tree2a9167ab7690c389e01723f4e7fcf9a6bfa1b10b /src/Common/Dlgcode.h
parentbf13f88ffaef175bb6ff13beca30f76ed12bac6e (diff)
downloadVeraCrypt-0ef137c0a4005eca6de49e754cab136e052a6496.tar.gz
VeraCrypt-0ef137c0a4005eca6de49e754cab136e052a6496.zip
Windows: Correctly open online help when selected in menu. Remove unused parameters to function AppLink.
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 110c8def..75196f84 100644
--- a/src/Common/Dlgcode.h
+++ b/src/Common/Dlgcode.h
@@ -450,7 +450,7 @@ BOOL IsServerOS ();
BOOL IsHiddenOSRunning (void);
BOOL EnableWow64FsRedirection (BOOL enable);
BOOL RestartComputer (BOOL bShutdown);
-void Applink (char *dest, BOOL bSendOS, char *extraOutput);
+void Applink (const char *dest);
wchar_t *RelativePath2Absolute (wchar_t *szFileName);
void HandleDriveNotReadyError (HWND hwnd);
BOOL CALLBACK CloseTCWindowsEnum( HWND hwnd, LPARAM lParam);