Changeset 15753 in vbox for trunk/src/VBox/Main/solaris
- Timestamp:
- Dec 24, 2008 7:08:24 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/solaris/DynLoadLibSolaris.h
r13054 r15753 24 24 25 25 #define LIB_DLPI "libdlpi.so" 26 #ifdef RT_OS_SOLARIS_10 27 #include <sys/dlpi.h> 28 #else 26 29 #include <libdlpi.h> 30 #endif 27 31 28 32 typedef boolean_t dlpi_walkfunc_t(const char*, void *);
Note:
See TracChangeset
for help on using the changeset viewer.