- Timestamp:
- Sep 27, 2023 9:45:08 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp
r101284 r101287 722 722 /* We only have all supported guest OS types as part of VBoxSVC, not in VBoxC itself. */ 723 723 #ifdef IN_VBOXSVC 724 std::vector<PlatformArchitecture_T> vecArchitectures( mPlatformArchitecture);724 std::vector<PlatformArchitecture_T> vecArchitectures(1 /* Size */, mPlatformArchitecture); 725 725 return mParent->i_getSupportedGuestOSTypes(vecArchitectures, aSupportedGuestOSTypes); 726 726 #else /* VBoxC */
Note:
See TracChangeset
for help on using the changeset viewer.