diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-09-21 21:48:59 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:23:31 +0100 |
commit | b80ee2b7b9e0ff31b651cbc639e74babb58798f3 (patch) | |
tree | afa727c02baf43af8e7f0faea3e35da6cf6273c7 /src/Mount/Mount.h | |
parent | 8a028aca45ccb5bbce20c51050a3bf0f11d36a78 (diff) | |
download | VeraCrypt-b80ee2b7b9e0ff31b651cbc639e74babb58798f3.tar.gz VeraCrypt-b80ee2b7b9e0ff31b651cbc639e74babb58798f3.zip |
Windows : display the correct tray icon when explorer is restarted (i.e. after an explorer crash).
Diffstat (limited to 'src/Mount/Mount.h')
-rw-r--r-- | src/Mount/Mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index 7509542c..f0f5885f 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -85,7 +85,7 @@ static BOOL Dismount (HWND hwndDlg, int nDosDriveNo); static BOOL DismountAll (HWND hwndDlg, BOOL forceUnmount, BOOL interact, int dismountMaxRetries, int dismountAutoRetryDelay);
static void KeyfileDefaultsDlg (HWND hwndDlg);
static void HandleHotKey (HWND hwndDlg, WPARAM wParam);
-static BOOL CheckMountList ();
+static BOOL CheckMountList (BOOL bForceTaskBarUpdate);
int GetCipherBlockSizeByDriveNo (int nDosDriveNo);
int GetModeOfOperationByDriveNo (int nDosDriveNo);
void ChangeMainWindowVisibility ();
|