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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user