Changeset 107267 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Dec 10, 2024 7:37:35 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp
r107017 r107267 781 781 , NetworkAdapterType_Virtio 782 782 #endif 783 , NetworkAdapterType_UsbNet 783 784 }; 784 785 aSupportedNetworkAdapterTypes.assign(aNetworkAdapterTypes + 1 /* Don't include _Null */, … … 800 801 , NetworkAdapterType_Virtio 801 802 #endif 803 , NetworkAdapterType_UsbNet 802 804 }; 803 805 aSupportedNetworkAdapterTypes.assign(aNetworkAdapterTypes + 1 /* Don't include _Null */,
Note:
See TracChangeset
for help on using the changeset viewer.