Changeset 7255 in vbox
- Timestamp:
- Mar 4, 2008 5:36:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r7101 r7255 339 339 */ 340 340 rc = VBoxGuestInitDevExt(&g_DevExt, pState->uIOPortBase, pState->pMMIOBase, 341 pState->cbMMIO, OSTypeSolaris);341 pState->cbMMIO, VBOXOSTYPE_Solaris); 342 342 if (RT_SUCCESS(rc)) 343 343 {
Note:
See TracChangeset
for help on using the changeset viewer.