mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:36:04 +00:00
[NTOSKRNL]
Fix shutdown. svn path=/trunk/; revision=66799
This commit is contained in:
parent
9ae780aad6
commit
42280af1d7
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ WmipShutdown(
|
||||||
_Inout_ PDEVICE_OBJECT DeviceObject,
|
_Inout_ PDEVICE_OBJECT DeviceObject,
|
||||||
_Inout_ PIRP Irp)
|
_Inout_ PIRP Irp)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED_DBGBREAK();
|
UNIMPLEMENTED;
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
return STATUS_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue