1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Windows: Add comboxbox to Format wizard to choose QuickFormat/FastCreate/FullFormat

This required changes to internal logic and addition of new UI strings
This commit is contained in:
Mounir IDRASSI
2023-06-28 18:12:17 +02:00
parent e0e043157f
commit 47c081792c
46 changed files with 208 additions and 22 deletions

View File

@@ -91,6 +91,11 @@ BOOL MoveFilePointer (HANDLE dev, LARGE_INTEGER offset);
#define FILESYS_EXFAT 3
#define FILESYS_REFS 4
#define FORMAT_TYPE_FULL 0
#define FORMAT_TYPE_QUICK 1
#define FORMAT_TYPE_FAST 2
#ifdef __cplusplus
}
#endif