Changeset 38201 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
- Timestamp:
- Jul 27, 2011 2:50:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r37596 r38201 356 356 int rc = xf86ioctl((int)g_File, iFunction, pvData); 357 357 # else 358 if (g_File == NIL_RTFILE) 359 return VERR_INVALID_HANDLE; 358 360 int rc = ioctl(RTFileToNative(g_File), iFunction, pvData); 359 361 # endif
Note:
See TracChangeset
for help on using the changeset viewer.