[USETUP]
[reactos.git] / reactos / base / setup / usetup / partlist.h
index 7d09204..b276ef3 100644 (file)
@@ -57,6 +57,8 @@ typedef struct _PARTENTRY
     CHAR VolumeLabel[17];
     CHAR FileSystemName[9];
 
+    BOOLEAN LogicalPartition;
+
     /* Partition is partitioned disk space */
     BOOLEAN IsPartitioned;
 
@@ -115,8 +117,10 @@ typedef struct _DISKENTRY
 
     PDRIVE_LAYOUT_INFORMATION LayoutBuffer;
 
+    PPARTENTRY ExtendedPartition;
+
     LIST_ENTRY PrimaryPartListHead;
-    LIST_ENTRY ExtendedPartListHead;
+    LIST_ENTRY LogicalPartListHead;
 
 } DISKENTRY, *PDISKENTRY;