diff options
Diffstat (limited to 'src/Common/Fat.h')
-rw-r--r-- | src/Common/Fat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Fat.h b/src/Common/Fat.h index 375b9dc2..b2457be2 100644 --- a/src/Common/Fat.h +++ b/src/Common/Fat.h @@ -66,4 +66,4 @@ struct msdos_boot_sector void GetFatParams ( fatparams *ft ); void PutBoot ( fatparams *ft , unsigned char *boot ); -int FormatFat (void* hwndDlg, unsigned __int64 startSector, fatparams * ft, void * dev, PCRYPTO_INFO cryptoInfo, BOOL quickFormat); +int FormatFat (void* hwndDlg, unsigned __int64 startSector, fatparams * ft, void * dev, PCRYPTO_INFO cryptoInfo, BOOL quickFormat, BOOL bDevice); |