https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1b323ff2f4ad43a1d2f921...
commit 1b323ff2f4ad43a1d2f9216fa9db8a2ff468a688 Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Tue May 15 20:02:04 2018 +0200 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Tue May 15 20:02:04 2018 +0200
[USETUP] Remove unused VolumeLabel and FileSystemName from the PARTENTRY type --- base/setup/usetup/partlist.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/base/setup/usetup/partlist.h b/base/setup/usetup/partlist.h index bf2bca235e..c42335a70a 100644 --- a/base/setup/usetup/partlist.h +++ b/base/setup/usetup/partlist.h @@ -63,8 +63,6 @@ typedef struct _PARTENTRY ULONG PartitionIndex;
CHAR DriveLetter; - CHAR VolumeLabel[17]; - CHAR FileSystemName[9];
BOOLEAN LogicalPartition;