VirtualBox

Changeset 8024 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 16, 2008 11:00:26 AM (17 years ago)
Author:
vboxsync
Message:

Main: Warning (when will Microsoft fix the BOOL definiton in their headers?..)

File:
1 edited

Legend:

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

    r8020 r8024  
    57065706        /* PAE (optional, default is false) */
    57075707        Key PAENode = cpuNode.createKey ("PAE");
    5708         PAENode.setValue <bool> ("enabled", mHWData->mPAEEnabled);
     5708        PAENode.setValue <bool> ("enabled", !!mHWData->mPAEEnabled);
    57095709    }
    57105710
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