Changeset 17152 in vbox
- Timestamp:
- Feb 26, 2009 10:59:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17109 r17152 1375 1375 Utf8StrFmt("%RI32", (uint32_t)AudioControllerType_AC97)); 1376 1376 1377 1377 #ifdef VBOX_WITH_USB 1378 1378 /* USB Controller */ 1379 1379 if (vsysThis.fHasUsbController) 1380 1380 pNewDesc->addEntry(VirtualSystemDescriptionType_USBController, "", "", ""); 1381 1381 #endif /* VBOX_WITH_USB */ 1382 1382 1383 1383 NetworksMap::const_iterator itN;
Note:
See TracChangeset
for help on using the changeset viewer.