VirtualBox

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


Ignore:
Timestamp:
Jul 21, 2013 7:49:04 PM (12 years ago)
Author:
vboxsync
Message:

Windows build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp

    r47278 r47289  
    663663    uint hostCPUs = vboxGlobal().host().GetProcessorCount();
    664664    m_uMinGuestCPU = properties.GetMinGuestCPUCount();
    665     m_uMaxGuestCPU = qMin(2 * hostCPUs, properties.GetMaxGuestCPUCount());
     665    m_uMaxGuestCPU = qMin(2 * hostCPUs, (uint)properties.GetMaxGuestCPUCount());
    666666    m_uMinGuestCPUExecCap = 1;
    667667    m_uMedGuestCPUExecCap = 40;
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