mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Windows: Add check on size of file container to ensure it's smaller than available free space on disk when this is required.
This commit is contained in:
@@ -42,7 +42,7 @@ static void LoadPage ( HWND hwndDlg , int nPageNo );
|
||||
__int64 PrintFreeSpace ( HWND hwndTextBox , wchar_t *lpszDrive , PLARGE_INTEGER lDiskFree );
|
||||
void DisplaySizingErrorText ( HWND hwndTextBox );
|
||||
void EnableDisableFileNext ( HWND hComboBox , HWND hMainButton );
|
||||
BOOL QueryFreeSpace ( HWND hwndDlg , HWND hwndTextBox , BOOL display );
|
||||
BOOL QueryFreeSpace (HWND hwndDlg, HWND hwndTextBox, BOOL display, LONGLONG *pFreeSpaceValue, BOOL* pbIsSparseFilesSupported);
|
||||
static BOOL FinalPreTransformPrompts (void);
|
||||
void UpdateLastDialogId (void);
|
||||
void HandleOldAssignedDriveLetter (void);
|
||||
|
||||
Reference in New Issue
Block a user