VirtualBox

Changeset 15309 in vbox


Ignore:
Timestamp:
Dec 11, 2008 3:46:03 PM (16 years ago)
Author:
vboxsync
Message:

fixed Windows burns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r15305 r15309  
    221221    if (fHWVirtExEnabled)
    222222    {
    223         PRBool fSupportsLongMode = false, fIs64BitGuest = false;
     223        BOOL fSupportsLongMode = false, fIs64BitGuest = false;
    224224        ComPtr<IGuest> guest;
    225225        ComPtr <IGuestOSType> guestOSType;
    226226        Bstr osTypeId;
    227227        rc = pMachine->COMGETTER(OSTypeId)(osTypeId.asOutParam());                  RC_CHECK();
    228         rc = virtualBox->COMGETTER(GuestOSType) (osTypeId,
    229                                                  guestOSType.asOutParam());         RC_CHECK();
    230         rc = host->COMGETTER(ProcessorFeature) (ProcessorFeature_LongMode,
     228        rc = virtualBox->GetGuestOSType (osTypeId, guestOSType.asOutParam());       RC_CHECK();
     229        rc = host->GetProcessorFeature(ProcessorFeature_LongMode,
    231230                                                &fSupportsLongMode);                RC_CHECK();
    232231        rc = guestOSType->COMGETTER(Is64Bit) (&fIs64BitGuest);                      RC_CHECK();
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