1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-04 10:11:51 +00:00

More cleanup

This commit is contained in:
momo5502
2022-04-03 10:58:31 +02:00
parent e9f0a14fff
commit 17e10a93ea
6 changed files with 187 additions and 285 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#ifdef NDEBUG
#ifdef NDEBUG__
#define debug_log(...)
#else
#define debug_log(msg, ...) DbgPrintEx(DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, "[MOMO] " msg, __VA_ARGS__)