VirtualBox

Changeset 29568 in vbox


Ignore:
Timestamp:
May 17, 2010 3:27:25 PM (14 years ago)
Author:
vboxsync
Message:

Rely on feature.h

File:
1 edited

Legend:

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

    r29565 r29568  
    7070#include <VBox/settings.h>
    7171#include <VBox/ssm.h>
     72#include <VBox/feature.h>
    7273
    7374#ifdef VBOX_WITH_GUEST_PROPS
     
    14801481STDMETHODIMP Machine::COMSETTER(PageFusionEnabled) (BOOL enabled)
    14811482{
    1482     /* This must match GMMR0Init; currently we only support page fusion on all 64-bit hosts except Mac OS X */
    1483 #if HC_ARCH_BITS == 64 && (defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD))
     1483#ifdef VBOX_WITH_PAGE_SHARING
    14841484    AutoCaller autoCaller(this);
    14851485    if (FAILED(autoCaller.rc())) return autoCaller.rc();
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