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
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC

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)