mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 07:56:03 +08:00
[NTOSKRNL] Fix MSVC build
This commit is contained in:
@@ -475,9 +475,14 @@ ExpTagAllowPrint(CHAR Tag)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#ifdef KDBG
|
||||
#define MiDumperPrint(dbg, fmt, ...) \
|
||||
if (dbg) KdbpPrint(fmt, ##__VA_ARGS__); \
|
||||
else DPRINT1(fmt, ##__VA_ARGS__)
|
||||
#else
|
||||
#define MiDumperPrint(dbg, fmt, ...) \
|
||||
DPRINT1(fmt, ##__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
VOID
|
||||
MiDumpPoolConsumers(BOOLEAN CalledFromDbg, ULONG Tag, ULONG Mask)
|
||||
|
||||
Reference in New Issue
Block a user