VirtualBox

Changeset 60685 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 25, 2016 12:09:49 PM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r60684 r60685  
    218218    {
    219219        BOOL supported;
    220         CHECK_ERROR(Host, COMGETTER(ProcessorFeature)(features[i].feature, &supported));
     220        CHECK_ERROR(Host, GetProcessorFeature(features[i].feature, &supported));
    221221        RTPrintf("Processor supports %s: %s\n", features[i].pszName, supported ? "yes" : "no");
    222222    }
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