mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
ntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for supermount filesystems.
This commit is contained in:
parent
7053321926
commit
5d51d4c87b
@ -1579,6 +1579,7 @@ NTSTATUS FILE_GetDeviceInfo( int fd, FILE_FS_DEVICE_INFORMATION *info )
|
||||
switch (stfs.f_type)
|
||||
{
|
||||
case 0x9660: /* iso9660 */
|
||||
case 0x9fa1: /* supermount */
|
||||
case 0x15013346: /* udf */
|
||||
info->DeviceType = FILE_DEVICE_CD_ROM_FILE_SYSTEM;
|
||||
info->Characteristics |= FILE_REMOVABLE_MEDIA|FILE_READ_ONLY_DEVICE;
|
||||
|
Loading…
Reference in New Issue
Block a user