1
0
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:
Mounir IDRASSI
2017-07-20 16:36:55 +02:00
parent 6d6aafe58d
commit fb317ebc48

View File

@@ -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)