Changeset 69977 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Dec 7, 2017 1:02:36 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/common/zip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarvfswriter.cpp
r67279 r69977 827 827 rtZipTarWriterPush_Seek, 828 828 rtZipTarWriterPush_QuerySize, 829 NULL /*SetSize*/, 830 NULL /*QueryMaxSize*/, 829 831 RTVFSFILEOPS_VERSION 830 832 }; -
trunk/src/VBox/Runtime/common/zip/xarvfs.cpp
r69111 r69977 1171 1171 rtZipXarFssFile_Seek, 1172 1172 rtZipXarFssFile_QuerySize, 1173 NULL /*SetSize*/, 1174 NULL /*QueryMaxSize*/, 1173 1175 RTVFSFILEOPS_VERSION, 1174 1176 };
Note:
See TracChangeset
for help on using the changeset viewer.