- Timestamp:
- May 21, 2009 3:27:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r19881 r19890 3549 3549 { 3550 3550 uint32_t h32; 3551 rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, &h32, SUPDRV_HANDLE_CTX_EVENT_MULTI);3551 rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, SUPDRV_HANDLE_CTX_EVENT_MULTI, &h32); 3552 3552 if (RT_SUCCESS(rc)) 3553 3553 {
Note:
See TracChangeset
for help on using the changeset viewer.