Changeset 84509 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsfss2dir.cpp
- Timestamp:
- May 25, 2020 3:09:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsfss2dir.cpp
r84192 r84509 65 65 /** The name (relative to RTVFSFSSWRITE2DIR::szBaseDir). */ 66 66 #endif 67 RT_FLEXIBLE_ARRAY_EXTENSION 67 68 char szName[RT_FLEXIBLE_ARRAY]; 68 69 } RTVFSFSSWRITE2DIRENTRY; … … 87 88 #else 88 89 /** Path to the directory that all operations are relative to. */ 90 RT_FLEXIBLE_ARRAY_EXTENSION 89 91 char szBaseDir[RT_FLEXIBLE_ARRAY]; 90 92 #endif
Note:
See TracChangeset
for help on using the changeset viewer.