From 4d7dc3ba25f562bea4be8898f11a97e911c48b99 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 25 Aug 2015 11:42:01 +0200 Subject: Windows: first implementation of CLI support for creating volumes. --- src/Common/Format.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Common/Format.h') diff --git a/src/Common/Format.h b/src/Common/Format.h index 20346876..3c39bec4 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -38,11 +38,13 @@ typedef struct unsigned int clusterSize; BOOL sparseFileSwitch; BOOL quickFormat; - int sectorSize; + DWORD sectorSize; int *realClusterSize; Password *password; int pim; HWND hwndDlg; + BOOL bForceOperation; + BOOL bGuiMode; } FORMAT_VOL_PARAMETERS; -- cgit v1.2.3