mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[FREELDR] debug.h: Add an explicit VOID parameter type (#4133)
Addendum to 98c17d3
.
This commit is contained in:
parent
52c75521a6
commit
30010a5aa7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
ULONG DbgPrint(const char *Format, ...);
|
||||
VOID DbgPrint2(ULONG Mask, ULONG Level, const char *File, ULONG Line, char *Format, ...);
|
||||
VOID DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length);
|
||||
VOID DebugDisableScreenPort();
|
||||
VOID DebugDisableScreenPort(VOID);
|
||||
VOID DbgParseDebugChannels(PCHAR Value);
|
||||
|
||||
#define ERR_LEVEL 0x1
|
||||
|
|
Loading…
Reference in a new issue