VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Format.h')
-rw-r--r--src/Common/Format.h4
1 files changed, 3 insertions, 1 deletions
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;