Fix release builds

This commit is contained in:
momo5502 2022-03-15 19:02:09 +01:00
parent 721109e76b
commit 409537d600

View File

@ -1,7 +1,7 @@
#pragma once
#ifdef NDEBUG
#define DbgLog(...)
#define debug_log(...)
#else
#define debug_log(...) DbgPrintEx(DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, __VA_ARGS__)
#endif