Changeset 25260 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Dec 9, 2009 2:07:44 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r25258 r25260 897 897 } 898 898 899 #ifdef SUPDRV_USE_NATIVE_LOADER899 #ifdef VBOX_WITH_NATIVE_R0_LOADER 900 900 901 901 int VBOXCALL supdrvOSLdrOpen(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename) … … 925 925 } 926 926 927 #endif /* SUPDRV_USE_NATIVE_LOADER */927 #endif /* VBOX_WITH_NATIVE_R0_LOADER */ 928 928 929 929 RTDECL(int) SUPR0Printf(const char *pszFormat, ...)
Note:
See TracChangeset
for help on using the changeset viewer.