ReactOS 0.4.15-dev-7942-gd23573b
debug.c File Reference
#include <win32k.h>
#include <debug.h>
Include dependency graph for debug.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

VOID APIENTRY EngDebugPrint (_In_z_ PCHAR StandardPrefix, _In_z_ PCHAR DebugMessage, _In_ va_list ap)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 11 of file debug.c.

Function Documentation

◆ EngDebugPrint()

VOID APIENTRY EngDebugPrint ( _In_z_ PCHAR  StandardPrefix,
_In_z_ PCHAR  DebugMessage,
_In_ va_list  ap 
)

Definition at line 19 of file debug.c.

23{
24 vDbgPrintExWithPrefix(StandardPrefix,
25 -1,
27 DebugMessage,
28 ap);
29}
#define DPFLTR_ERROR_LEVEL
Definition: main.cpp:32
ULONG NTAPI vDbgPrintExWithPrefix(IN LPCSTR Prefix, IN ULONG ComponentId, IN ULONG Level, IN LPCSTR Format, IN va_list ap)
void int int ULONGLONG int va_list * ap
Definition: winesup.h:36

Referenced by DbgPrint().