diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-04-03 08:29:34 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-04-08 23:53:42 +0200 |
commit | 409c0f79be069cd2cf3bdb31ddbbafd938f15791 (patch) | |
tree | 08751fda0dc30f80c8d65ba9f1a569f766870c53 /src/Common/Dlgcode.h | |
parent | 09b22c175bad8140d5781571f0b5e52f7c16b367 (diff) | |
download | VeraCrypt-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/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
}
|