Changeset 67731 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jun 30, 2017 12:59:48 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.