mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 21:54:15 -04:00
[ui] improve partition scheme default selection
* Also rename our variable to PartitionStyle/ps for clarity
This commit is contained in:
parent
61f46f7cdc
commit
1dbbe69a4b
7 changed files with 46 additions and 33 deletions
|
@ -63,7 +63,7 @@ typedef struct {
|
|||
DWORD SectorSize;
|
||||
DWORD FirstDataSector;
|
||||
MEDIA_TYPE MediaType;
|
||||
int PartitionType;
|
||||
int PartitionStyle;
|
||||
int nPartitions; // number of partitions we actually care about
|
||||
int FSType;
|
||||
char proposed_label[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue