mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 05:34:15 -04:00
v1.1.2 (#143)
* Closes #37 * Closes #38 * Closes #39 * Closes #42 (from previous commits) * Closes #44 (from previous commits)
This commit is contained in:
parent
7e7c75169c
commit
e0e974603c
5 changed files with 25 additions and 19 deletions
|
@ -110,9 +110,6 @@ enum action_type {
|
|||
};
|
||||
|
||||
/* File system indexes in our FS combobox */
|
||||
// TODO: FormatEx should support "NTFS", "FAT", "FAT32", "UDF", and "EXFAT" as per
|
||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa819439.aspx
|
||||
|
||||
enum {
|
||||
FS_UNKNOWN = -1,
|
||||
FS_FAT16 = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue