Changeset 66655 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Apr 24, 2017 12:32:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r66654 r66655 647 647 { 648 648 NTSTATUS rcNt = NtClose((HANDLE)pThis->hDevice); 649 Assert(NT_SUCCESS(rcNt)); 649 Assert(NT_SUCCESS(rcNt)); RT_NOREF(rcNt); 650 650 pThis->hDevice = NIL_RTFILE; /* yes, that's right */ 651 651 }
Note:
See TracChangeset
for help on using the changeset viewer.