mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
Try to fix INFO_, TRACE_, WARN_ ERROR_ macros
svn path=/trunk/; revision=31440
This commit is contained in:
parent
f46f2984da
commit
ea47043b29
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ DriverEntry(
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
DbgSetDebugFilterState(
|
DbgSetDebugFilterState(
|
||||||
DPFLTR_I8042PRT_ID,
|
DPFLTR_I8042PRT_ID,
|
||||||
DPFLTR_ERROR_LEVEL | DPFLTR_WARNING_LEVEL | DPFLTR_TRACE_LEVEL | DPFLTR_INFO_LEVEL,
|
(1 << DPFLTR_ERROR_LEVEL) | (1 << DPFLTR_WARNING_LEVEL) | (1 << DPFLTR_TRACE_LEVEL) | (1 << DPFLTR_INFO_LEVEL),
|
||||||
TRUE);
|
TRUE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue