diff options
Diffstat (limited to 'src/Common/Format.h')
-rw-r--r-- | src/Common/Format.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Format.h b/src/Common/Format.h index 961ece7c..4ce1b8c7 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -38,6 +38,7 @@ typedef struct unsigned int clusterSize; BOOL sparseFileSwitch; BOOL quickFormat; + BOOL fastCreateFile; DWORD sectorSize; int *realClusterSize; Password *password; |