Changeset 77233 in vbox for trunk/include/iprt/fs.h
- Timestamp:
- Feb 9, 2019 1:57:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fs.h
r76585 r77233 239 239 /** Extended File Allocation Table, main target are flash drives. */ 240 240 RTFSTYPE_EXFAT, 241 /** Resilient File System. */ 242 RTFSTYPE_REFS, 241 243 242 244 /* Solaris: */ … … 252 254 RTFSTYPE_HFS, 253 255 /** @todo RTFSTYPE_HFS_PLUS? */ 256 RTFSTYPE_APFS, 254 257 RTFSTYPE_AUTOFS, 255 258 RTFSTYPE_DEVFS,
Note:
See TracChangeset
for help on using the changeset viewer.