summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/flt/debug.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/tdi/isn/flt/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/private/ntos/tdi/isn/flt/debug.c b/private/ntos/tdi/isn/flt/debug.c
new file mode 100644
index 000000000..35ee3565f
--- /dev/null
+++ b/private/ntos/tdi/isn/flt/debug.c
@@ -0,0 +1,5 @@
+#include "precomp.h"
+
+#if DBG
+ULONG DbgLevel = DEF_DBG_LEVEL;
+#endif