mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 04:39:42 +08:00
[NTOSKRNL] Demote the UNIMPLEMENTED_DBGBREAK in WmiSetMark() to UNIMPLEMENTED. By Jared Smudde. CORE-10687
svn path=/trunk/; revision=70791
This commit is contained in:
@@ -439,7 +439,7 @@ WmiSetMark(
|
||||
PWMI_SET_MARK Buffer,
|
||||
ULONG Length)
|
||||
{
|
||||
UNIMPLEMENTED_DBGBREAK();
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user