Changeset 18478 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Mar 29, 2009 12:59:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r13913 r18478 326 326 KIRQL oldIrql; 327 327 KeRaiseIrql(DISPATCH_LEVEL, &oldIrql); 328 int rc = supdrvIOCtlFast(ulCmd, (u intptr_t)pIrp->UserBuffer /* VMCPU id */, pDevExt, pSession);328 int rc = supdrvIOCtlFast(ulCmd, (unsigned)(uintptr_t)pIrp->UserBuffer /* VMCPU id */, pDevExt, pSession); 329 329 KeLowerIrql(oldIrql); 330 330
Note:
See TracChangeset
for help on using the changeset viewer.