Changeset 101155 in vbox for trunk/src/VBox
- Timestamp:
- Sep 18, 2023 3:26:23 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r101035 r101155 2696 2696 2697 2697 /* Enumerate all the virtual network adapters: */ 2698 CPlatform Properties comProperties = uiCommon().virtualBox().GetPlatformProperties(KPlatformArchitecture_x86);2699 CPlatform comPlatform = machine().GetPlatform();2698 CPlatform comPlatform = machine().GetPlatform(); 2699 CPlatformProperties comProperties = uiCommon().virtualBox().GetPlatformProperties(comPlatform.GetArchitecture()); 2700 2700 const ulong cCount = comProperties.GetMaxNetworkAdapters(comPlatform.GetChipsetType()); 2701 2701 for (ulong uAdapterIndex = 0; uAdapterIndex < cCount; ++uAdapterIndex)
Note:
See TracChangeset
for help on using the changeset viewer.