From 409c0f79be069cd2cf3bdb31ddbbafd938f15791 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 3 Apr 2016 08:29:34 +0200 Subject: Windows: allow drag-n-drop of files and receiving Explorer restart message when VeraCrypt running as elevated process. --- src/Mount/Mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Mount/Mount.c') 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 */ -- cgit v1.2.3