mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +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
|
||||
DbgSetDebugFilterState(
|
||||
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);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue