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

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