Changeset 4811 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Sep 14, 2007 5:53:56 PM (17 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r4800 r4811 271 271 PSUPDRVSESSION pSession = (PSUPDRVSESSION)pStack->FileObject->FsContext; 272 272 273 #ifdef VBOX_WITHOUT_IDT_PATCHING274 273 /* 275 274 * Deal with the two high-speed IOCtl that takes it's arguments from … … 298 297 return rcNt; 299 298 } 300 #endif /* VBOX_WITHOUT_IDT_PATCHING */301 299 302 300 return VBoxDrvNtDeviceControlSlow(pDevExt, pSession, pIrp, pStack); -
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r4804 r4811 624 624 625 625 626 #ifdef VBOX_WITHOUT_IDT_PATCHING627 626 int suplibOSIOCtlFast(uintptr_t uFunction) 628 627 { … … 636 635 return suplibConvertWin32Err(GetLastError()); 637 636 } 638 #endif639 637 640 638
Note:
See TracChangeset
for help on using the changeset viewer.