[USETUP] Remove unused VolumeLabel and FileSystemName from the PARTENTRY type

This commit is contained in:
Eric Kohl 2018-05-15 20:02:04 +02:00
parent 3ce0c5d48b
commit 1b323ff2f4

View file

@ -63,8 +63,6 @@ typedef struct _PARTENTRY
ULONG PartitionIndex;
CHAR DriveLetter;
CHAR VolumeLabel[17];
CHAR FileSystemName[9];
BOOLEAN LogicalPartition;