[ui] improve partition scheme default selection

* Also rename our variable to PartitionStyle/ps for clarity
This commit is contained in:
Pete Batard 2018-03-26 18:58:22 +01:00
parent 61f46f7cdc
commit 1dbbe69a4b
7 changed files with 46 additions and 33 deletions

View file

@ -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];