VirtualBox

Changeset 67731 in vbox


Ignore:
Timestamp:
Jun 30, 2017 12:59:48 PM (7 years ago)
Author:
vboxsync
Message:

Runtime: added RTFSTYPE_EXFAT

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/fs.h

    r64622 r67731  
    234234     * non-Windows hosts). */
    235235    RTFSTYPE_FAT,
     236    /** Extended File Allocation Table, main target are flash drives. */
     237    RTFSTYPE_EXFAT,
    236238
    237239    /* Solaris: */
  • trunk/src/VBox/Runtime/r3/win/fs-win.cpp

    r62592 r67731  
    410410                else if (IS_FS("FAT32"))
    411411                    *penmType = RTFSTYPE_FAT;
     412                else if (IS_FS("EXFAT"))
     413                    *penmType = RTFSTYPE_EXFAT;
    412414                else if (IS_FS("VBoxSharedFolderFS"))
    413415                    *penmType = RTFSTYPE_VBOXSHF;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette