diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-25 11:42:01 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-16 01:33:11 +0200 |
commit | 4d7dc3ba25f562bea4be8898f11a97e911c48b99 (patch) | |
tree | 3a88d9a447e86a66017c145949e30406bdbf556c /src/Format/Tcformat.h | |
parent | 85c1bc34e39a5e7682778c53ce68d6768346999c (diff) | |
download | VeraCrypt-4d7dc3ba25f562bea4be8898f11a97e911c48b99.tar.gz VeraCrypt-4d7dc3ba25f562bea4be8898f11a97e911c48b99.zip |
Windows: first implementation of CLI support for creating volumes.
Diffstat (limited to 'src/Format/Tcformat.h')
-rw-r--r-- | src/Format/Tcformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h index d6d3ac4b..7e94782a 100644 --- a/src/Format/Tcformat.h +++ b/src/Format/Tcformat.h @@ -78,7 +78,7 @@ static void WipeAbort (void); static void UpdateWipeProgressBar (void);
static void InitWipeProgressBar (void);
static void UpdateWipeControls (void);
-static int GetFormatSectorSize ();
+static DWORD GetFormatSectorSize ();
extern BOOL showKeys;
extern volatile HWND hMasterKey;
|