Changeset 38317 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Aug 4, 2011 3:27:37 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r38201 r38317 344 344 * header with an error code return field (much better alternative 345 345 * actually). */ 346 #ifdef VBOX_VBGLR3_XFREE86 347 int rc = xf86ioctl(g_File, iFunction, &Hdr); 348 #else 346 349 int rc = ioctl(RTFileToNative(g_File), iFunction, &Hdr); 350 #endif 347 351 if (rc == -1) 348 352 {
Note:
See TracChangeset
for help on using the changeset viewer.