Changeset 25260 in vbox for trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
- Timestamp:
- Dec 9, 2009 2:07:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r25258 r25260 428 428 /** Usage count. */ 429 429 uint32_t volatile cUsage; 430 #ifdef SUPDRV_USE_NATIVE_LOADER430 #ifdef VBOX_WITH_NATIVE_R0_LOADER 431 431 /** Whether it's loaded by the native loader or not. */ 432 432 bool fNative; … … 662 662 int VBOXCALL supdrvOSEnableVTx(bool fEnabled); 663 663 664 #ifdef SUPDRV_USE_NATIVE_LOADER664 #ifdef VBOX_WITH_NATIVE_R0_LOADER 665 665 666 666 /** … … 713 713 void VBOXCALL supdrvOSLdrUnload(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage); 714 714 715 #endif /* SUPDRV_USE_NATIVE_LOADER */715 #endif /* VBOX_WITH_NATIVE_R0_LOADER */ 716 716 717 717 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.