Changeset 48878 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 4, 2013 8:33:50 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89550
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r46999 r48878 122 122 { 123 123 /** partitioning type - MBR or GPT */ 124 PARTITIONING_TYPE uPartitioningType;124 VBOXHDDPARTTYPE uPartitioningType; 125 125 unsigned cPartitions; 126 126 HOSTPARTITION aPartitions[HOSTPARTITION_MAX]; … … 755 755 int rc; 756 756 757 PARTITIONING_TYPE partitioningType;757 VBOXHDDPARTTYPE partitioningType; 758 758 759 759 pPart->cPartitions = 0;
Note:
See TracChangeset
for help on using the changeset viewer.