mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -439,7 +439,7 @@ WmiSetMark(
|
||||
PWMI_SET_MARK Buffer,
|
||||
ULONG Length)
|
||||
{
|
||||
UNIMPLEMENTED_DBGBREAK();
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user