mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- Add debug print for unimplemented function
svn path=/trunk/; revision=42685
This commit is contained in:
@@ -466,6 +466,8 @@ IopRaiseHardError(IN PKAPC Apc,
|
||||
//PVPB Vpb = (PVPB)SystemArgument1;
|
||||
//PDEVICE_OBJECT DeviceObject = (PDEVICE_OBJECT)SystemArgument2;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
|
||||
/* FIXME: UNIMPLEMENTED */
|
||||
Irp->IoStatus.Status = STATUS_NOT_IMPLEMENTED;
|
||||
Irp->IoStatus.Information = 0;
|
||||
|
||||
Reference in New Issue
Block a user