Changeset 94291 in vbox for trunk/src/VBox/Runtime/common/dvm
- Timestamp:
- Mar 17, 2022 1:29:52 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp
r93115 r94291 485 485 rtDvmVfsFile_Close, 486 486 rtDvmVfsFile_QueryInfo, 487 NULL, 487 488 RTVFSOBJOPS_VERSION 488 489 }, … … 643 644 rtDvmVfsSym_Close, 644 645 rtDvmVfsSym_QueryInfo, 646 NULL, 645 647 RTVFSOBJOPS_VERSION 646 648 }, … … 1216 1218 rtDvmVfsDir_Close, 1217 1219 rtDvmVfsDir_QueryInfo, 1220 NULL, 1218 1221 RTVFSOBJOPS_VERSION 1219 1222 }, … … 1312 1315 rtDvmVfsVol_Close, 1313 1316 rtDvmVfsVol_QueryInfo, 1317 NULL, 1314 1318 RTVFSOBJOPS_VERSION 1315 1319 },
Note:
See TracChangeset
for help on using the changeset viewer.