Changeset 77798 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Mar 19, 2019 5:17:37 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129465
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTFileCopyRangeEx-generic.cpp
r77797 r77798 85 85 86 86 RTDECL(int) RTFileCopyPartEx(RTFILE hFileSrc, RTFOFF offSrc, RTFILE hFileDst, RTFOFF offDst, uint64_t cbToCopy, 87 uint32_t fFlags, uint64_t *pcbCopied, PRTFILECOPYPARTBUFSTATE pBufState)87 uint32_t fFlags, PRTFILECOPYPARTBUFSTATE pBufState, uint64_t *pcbCopied) 88 88 { 89 89 /*
Note:
See TracChangeset
for help on using the changeset viewer.