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/Common/Dlgcode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Dlgcode.h') diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 20199924..ef00871e 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -500,6 +500,7 @@ HIMAGELIST CreateImageList(int cx, int cy, UINT flags, int cInitial, int cGrow) int AddBitmapToImageList(HIMAGELIST himl, HBITMAP hbmImage, HBITMAP hbmMask); HRESULT VCStrDupW(LPCWSTR psz, LPWSTR *ppwsz); void ProcessEntropyEstimate (HWND hProgress, DWORD* pdwInitialValue, DWORD dwCounter, DWORD dwMaxLevel, DWORD* pdwEntropy); +void AllowMessageInUIPI (UINT msg); #ifdef __cplusplus } -- cgit v1.2.3