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