mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
[KS]
Fix copy/paste error svn path=/trunk/; revision=58712
This commit is contained in:
parent
84dd592090
commit
bf92cdd6d4
1 changed files with 2 additions and 1 deletions
|
@ -1177,7 +1177,8 @@ KsDefaultDeviceIoCompletion(
|
|||
|
||||
if (IoStack->Parameters.DeviceIoControl.IoControlCode != IOCTL_KS_PROPERTY &&
|
||||
IoStack->Parameters.DeviceIoControl.IoControlCode != IOCTL_KS_METHOD &&
|
||||
IoStack->Parameters.DeviceIoControl.IoControlCode != IOCTL_KS_PROPERTY)
|
||||
IoStack->Parameters.DeviceIoControl.IoControlCode != IOCTL_KS_ENABLE_EVENT &&
|
||||
IoStack->Parameters.DeviceIoControl.IoControlCode != IOCTL_KS_DISABLE_EVENT)
|
||||
{
|
||||
if (IoStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_KS_RESET_STATE)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue