VirtualBox

Changeset 73744 in vbox for trunk


Ignore:
Timestamp:
Aug 17, 2018 6:12:14 PM (6 years ago)
Author:
vboxsync
Message:

Main/Machine: bugref:8612: fix build without extpack support (very unusual setup)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r73743 r73744  
    1548115481    if (!usbDeviceFilters.isNull() && recommendedUSB3 && usbProxyAvailable)
    1548215482    {
     15483#ifdef VBOX_WITH_EXTPACK
    1548315484        /* USB 3.0 is only available if the proper ExtPack is installed. */
    1548415485        ExtPackManager *aManager = mParent->i_getExtPackManager();
     
    1549115492            ohciEnabled = true;
    1549215493        }
     15494#endif
    1549315495    }
    1549415496    if (   !ohciEnabled
     
    1549915501        ohciEnabled = true;
    1550015502
     15503#ifdef VBOX_WITH_EXTPACK
    1550115504        /* USB 2.0 is only available if the proper ExtPack is installed.
    1550215505         * Note. Configuring EHCI here and providing messages about
     
    1551015513            if (FAILED(rc)) return rc;
    1551115514        }
     15515#endif
    1551215516    }
    1551315517
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette