Changeset 67731 in vbox
- Timestamp:
- Jun 30, 2017 12:59:48 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fs.h
r64622 r67731 234 234 * non-Windows hosts). */ 235 235 RTFSTYPE_FAT, 236 /** Extended File Allocation Table, main target are flash drives. */ 237 RTFSTYPE_EXFAT, 236 238 237 239 /* Solaris: */ -
trunk/src/VBox/Runtime/r3/win/fs-win.cpp
r62592 r67731 410 410 else if (IS_FS("FAT32")) 411 411 *penmType = RTFSTYPE_FAT; 412 else if (IS_FS("EXFAT")) 413 *penmType = RTFSTYPE_EXFAT; 412 414 else if (IS_FS("VBoxSharedFolderFS")) 413 415 *penmType = RTFSTYPE_VBOXSHF;
Note:
See TracChangeset
for help on using the changeset viewer.