mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 12:03:28 +01:00
Windows: enable secure desktop feature for VeraCrypt Format application.
This commit is contained in:
parent
6d6aafe58d
commit
fb317ebc48
@ -26,7 +26,7 @@
|
||||
#include <time.h>
|
||||
#include <tchar.h>
|
||||
#include <Richedit.h>
|
||||
#ifdef TCMOUNT
|
||||
#if defined (TCMOUNT) || defined (VOLFORMAT)
|
||||
#include <Shlwapi.h>
|
||||
#include <process.h>
|
||||
#include <Tlhelp32.h>
|
||||
@ -13030,7 +13030,7 @@ BOOL DeleteDirectory (const wchar_t* szDirName)
|
||||
return bStatus;
|
||||
}
|
||||
|
||||
#ifdef TCMOUNT
|
||||
#if defined (TCMOUNT) || defined (VOLFORMAT)
|
||||
/*********************************************************************/
|
||||
|
||||
static BOOL GenerateRandomString (HWND hwndDlg, LPTSTR szName, DWORD maxCharsCount)
|
||||
|
Loading…
Reference in New Issue
Block a user