From 580423b5dde31a1f5582ac4aa84c9deca6c2c261 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 1 Jul 2023 23:32:44 +0200 Subject: Windows: Add missing header changes needed for previous commit --- src/Common/Format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Common') diff --git a/src/Common/Format.h b/src/Common/Format.h index 204feee1..0a42e5c8 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -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); -- cgit v1.2.3