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 584d98d9..c636e3a6 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -39,6 +39,7 @@ typedef struct int sectorSize;
int *realClusterSize;
Password *password;
+ int pin;
HWND hwndDlg;
}
FORMAT_VOL_PARAMETERS;
|