mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +00: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:
parent
5facba1484
commit
9ddf12fef6
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ WmiSetMark(
|
|||
PWMI_SET_MARK Buffer,
|
||||
ULONG Length)
|
||||
{
|
||||
UNIMPLEMENTED_DBGBREAK();
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue