Changeset 82836 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 22, 2020 9:55:17 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r82835 r82836 925 925 RTR3DECL(int) RTFileSetSize(RTFILE hFile, uint64_t cbSize) 926 926 { 927 #if 0927 #if 1 928 928 HANDLE hNtFile = (HANDLE)RTFileToNative(hFile); 929 929 HANDLE hDupFile = INVALID_HANDLE_VALUE;
Note:
See TracChangeset
for help on using the changeset viewer.