Changeset 66577 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Apr 14, 2017 3:01:33 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r66573 r66577 646 646 if (pThis->hDevice != NULL) 647 647 { 648 if (! CloseHandle((HANDLE)pThis->hDevice))648 if (!NtClose((HANDLE)pThis->hDevice)) 649 649 AssertFailed(); 650 650 pThis->hDevice = NIL_RTFILE; /* yes, that's right */
Note:
See TracChangeset
for help on using the changeset viewer.