projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5facba1
)
[NTOSKRNL] Demote the UNIMPLEMENTED_DBGBREAK in WmiSetMark() to UNIMPLEMENTED. By...
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 27 Feb 2016 20:18:14 +0000
(20:18 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 27 Feb 2016 20:18:14 +0000
(20:18 +0000)
svn path=/trunk/; revision=70791
reactos/ntoskrnl/wmi/wmidrv.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/wmi/wmidrv.c
b/reactos/ntoskrnl/wmi/wmidrv.c
index
f3d48a1
..
a87226b
100644
(file)
--- a/
reactos/ntoskrnl/wmi/wmidrv.c
+++ b/
reactos/ntoskrnl/wmi/wmidrv.c
@@
-439,7
+439,7
@@
WmiSetMark(
PWMI_SET_MARK Buffer,
ULONG Length)
{
- UNIMPLEMENTED
_DBGBREAK()
;
+ UNIMPLEMENTED;
return STATUS_SUCCESS;
}