Changeset 37228 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 26, 2011 7:25:54 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r36441 r37228 87 87 NULL 88 88 }; 89 90 #ifdef RT_OS_SOLARIS 91 /* Dependency information for the native solaris loader. */ 92 extern "C" { char _depends_on[] = "vboxdrv"; } 93 #endif 94 89 95 90 96 … … 1573 1579 RTAssertMsg2V(pszFormat, va); 1574 1580 } 1581
Note:
See TracChangeset
for help on using the changeset viewer.