VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Mount.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-04-03 08:29:34 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-04-08 23:53:42 +0200
commit409c0f79be069cd2cf3bdb31ddbbafd938f15791 (patch)
tree08751fda0dc30f80c8d65ba9f1a569f766870c53 /src/Mount/Mount.c
parent09b22c175bad8140d5781571f0b5e52f7c16b367 (diff)
downloadVeraCrypt-409c0f79be069cd2cf3bdb31ddbbafd938f15791.tar.gz
VeraCrypt-409c0f79be069cd2cf3bdb31ddbbafd938f15791.zip
Windows: allow drag-n-drop of files and receiving Explorer restart message when VeraCrypt running as elevated process.
Diffstat (limited to 'src/Mount/Mount.c')
-rw-r--r--src/Mount/Mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c
index fbf631f8..0acf58dd 100644
--- a/src/Mount/Mount.c
+++ b/src/Mount/Mount.c
@@ -6547,6 +6547,8 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
taskBarCreatedMsg = RegisterWindowMessage (L"TaskbarCreated");
+ AllowMessageInUIPI (taskBarCreatedMsg);
+
SetFocus (GetDlgItem (hwndDlg, IDC_DRIVELIST));
/* Check system encryption status */