ReactOS
0.4.15-dev-4853-g3a72a52
debug.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS VGA Display Driver
3
* LICENSE: Microsoft NT4 DDK Sample Code License
4
* FILE: win32ss/drivers/displays/vga_new/debug.h
5
* PURPOSE: Debug Support Header
6
* PROGRAMMERS: Copyright (c) 1992-1995 Microsoft Corporation
7
*/
8
9
#if DBG
10
11
VOID
12
DebugPrint
(
13
ULONG
DebugPrintLevel,
14
PCHAR
DebugMessage,
15
...
16
);
17
18
#define DISPDBG(arg) DebugPrint arg
19
#define RIP(x) { DebugPrint(0, x); EngDebugBreak();}
20
21
#else
22
23
#define DISPDBG(arg)
24
#define RIP(x)
25
26
#endif
PCHAR
signed char * PCHAR
Definition:
retypes.h:7
DebugPrint
ULONG NTAPI DebugPrint(IN PSTRING DebugString, IN ULONG ComponentId, IN ULONG Level)
Definition:
debug.c:23
ULONG
unsigned int ULONG
Definition:
retypes.h:1
void
Definition:
nsiface.idl:2306
win32ss
drivers
displays
vga_new
debug.h
Generated on Sat Jun 25 2022 06:03:05 for ReactOS by
1.8.15