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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user