- Timestamp:
- Jun 29, 2011 8:24:44 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r37596 r37679 393 393 if (rc == -1) 394 394 return NIL_RTFILE; 395 return (RTFILE) fd;395 return (RTFILE)(intptr_t)fd; 396 396 } 397 397
Note:
See TracChangeset
for help on using the changeset viewer.