Changeset 25260 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Dec 9, 2009 2:07:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
r25258 r25260 600 600 } 601 601 602 #ifdef SUPDRV_USE_NATIVE_LOADER602 #ifdef VBOX_WITH_NATIVE_R0_LOADER 603 603 604 604 int VBOXCALL supdrvOSLdrOpen(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename) … … 628 628 } 629 629 630 #endif /* SUPDRV_USE_NATIVE_LOADER */630 #endif /* VBOX_WITH_NATIVE_R0_LOADER */ 631 631 632 632 SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...)
Note:
See TracChangeset
for help on using the changeset viewer.