Changeset 37611 in vbox
- Timestamp:
- Jun 23, 2011 12:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r37596 r37611 158 158 * Check if we're initialized 159 159 */ 160 if (pThis->hDevice != NIL_RTFILE)160 if (pThis->hDevice != (intptr_t)NIL_RTFILE) 161 161 { 162 162 if (close(pThis->hDevice))
Note:
See TracChangeset
for help on using the changeset viewer.

