Changeset 6065 in vbox for trunk/src/VBox
- Timestamp:
- Dec 14, 2007 3:01:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r6063 r6065 460 460 461 461 case DDI_INFO_DEVT2INSTANCE: 462 *ppResult = (void *) ddi_get_instance(g_pDip);462 *ppResult = (void *)(uintptr_t)ddi_get_instance(g_pDip); 463 463 break; 464 464
Note:
See TracChangeset
for help on using the changeset viewer.