mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 14:23:41 +00:00
[CDFS_NEW] Accept STATUS_NOT_IMPLEMENTED for IOCTL_CDROM_READ_TOC_EX fallback to IOCTL_CDROM_READ_TOC.
This commit is contained in:
parent
bc2378a356
commit
ec26cde4a1
1 changed files with 1 additions and 0 deletions
|
@ -2292,6 +2292,7 @@ RetryReadToc:
|
|||
|
||||
if (!UseReadToc &&
|
||||
((Status == STATUS_INVALID_DEVICE_REQUEST) ||
|
||||
(Status == STATUS_NOT_IMPLEMENTED) || /* ReactOS Change: we return STATUS_NOT_IMPLEMENTED for IOCTL_CDROM_READ_TOC_EX */
|
||||
(Status == STATUS_INVALID_PARAMETER))) {
|
||||
|
||||
UseReadToc = TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue