Commit 8dfcc1e3 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

conhost: Silence FIXME in console_input_ioctl.

parent 4cf88800
......@@ -2565,8 +2565,8 @@ static NTSTATUS console_input_ioctl( struct console *console, unsigned int code,
return STATUS_SUCCESS;
default:
FIXME( "unsupported ioctl %x\n", code );
return STATUS_NOT_SUPPORTED;
WARN( "unsupported ioctl %x\n", code );
return STATUS_INVALID_HANDLE;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment