1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: Add missing header changes needed for previous commit

This commit is contained in:
Mounir IDRASSI
2023-07-01 23:32:44 +02:00
parent 7a3daa389c
commit 580423b5dd

View File

@@ -75,8 +75,8 @@ FORMAT_VOL_PARAMETERS;
extern int FormatWriteBufferSize;
int TCFormatVolume (volatile FORMAT_VOL_PARAMETERS *volParams);
int FormatNtfs (int driveNo, int clusterSize);
int FormatFs (int driveNo, int clusterSize, int fsType);
int FormatNtfs (int driveNo, int clusterSize, BOOL bFallBackExternal);
int FormatFs (int driveNo, int clusterSize, int fsType, BOOL bFallBackExternal);
int ExternalFormatFs (int driveNo, int clusterSize, int fsType);
LPCWSTR FormatExGetMessage (int command);
uint64 GetVolumeDataAreaSize (BOOL hiddenVolume, uint64 volumeSize);