Changeset 82836 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 22, 2020 9:55:17 PM (5 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 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; -
trunk/src/VBox/Runtime/testcase/tstFile.cpp
r82835 r82836 76 76 RTTestIFailed("Read back #1 failed (%#zx + %#zx)", cbWrite1, cbWrite2); 77 77 78 #if ndef RT_OS_WINDOWS78 #if 1 //ndef RT_OS_WINDOWS 79 79 /* 80 80 * Truncate the file and write some more. This is problematic on windows.
Note:
See TracChangeset
for help on using the changeset viewer.