VirtualBox

Ignore:
Timestamp:
Dec 9, 2009 2:07:44 AM (15 years ago)
Author:
vboxsync
Message:

SUPDRV_USE_NATIVE_LOADER -> VBOX_WITH_NATIVE_R0_LOADER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h

    r25258 r25260  
    428428    /** Usage count. */
    429429    uint32_t volatile               cUsage;
    430 #ifdef SUPDRV_USE_NATIVE_LOADER
     430#ifdef VBOX_WITH_NATIVE_R0_LOADER
    431431    /** Whether it's loaded by the native loader or not. */
    432432    bool                            fNative;
     
    662662int  VBOXCALL   supdrvOSEnableVTx(bool fEnabled);
    663663
    664 #ifdef SUPDRV_USE_NATIVE_LOADER
     664#ifdef VBOX_WITH_NATIVE_R0_LOADER
    665665
    666666/**
     
    713713void VBOXCALL   supdrvOSLdrUnload(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage);
    714714
    715 #endif /* SUPDRV_USE_NATIVE_LOADER */
     715#endif /* VBOX_WITH_NATIVE_R0_LOADER */
    716716
    717717/*******************************************************************************
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