mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detection
This commit is contained in:
parent
a5035f812b
commit
8edd1560e5
@ -1356,7 +1356,7 @@ NTSTATUS ProcessMainDeviceControlIrp (PDEVICE_OBJECT DeviceObject, PEXTENSION Ex
|
||||
case 0xEB3C904D53444F53: // FAT16
|
||||
case 0xEB58904D53444F53: // FAT32
|
||||
case 0xEB76904558464154: // exFAT
|
||||
|
||||
case 0x0000005265465300: // ReFS
|
||||
opentest->FilesystemDetected = TRUE;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user