Changeset 60179 in vbox
- Timestamp:
- Mar 24, 2016 11:40:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r59627 r60179 5101 5101 if ( RTUuidIsNull(&pThis->Uuid) 5102 5102 && pThis->enmType == PDMMEDIATYPE_HARD_DISK) 5103 rc =VDGetUuid(pThis->pDisk, 0, &pThis->Uuid);5103 VDGetUuid(pThis->pDisk, 0, &pThis->Uuid); 5104 5104 5105 5105 /*
Note:
See TracChangeset
for help on using the changeset viewer.