VirtualBox

Changeset 13800 in vbox


Ignore:
Timestamp:
Nov 4, 2008 7:28:11 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38789
Message:

HWACCMIsEnabled(a) -> HWACCMIsEnabled(pVM)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwaccm.h

    r13791 r13800  
    6464 * @param   pVM         The VM to operate on.
    6565 */
    66 #define HWACCMIsEnabled(a)    (a->fHWACCMEnabled)
     66#define HWACCMIsEnabled(pVM)    ((pVM)->fHWACCMEnabled)
    6767
    6868VMMDECL(int)    HWACCMInvalidatePage(PVM pVM, RTGCPTR GCVirt);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette