ReactOS 0.4.15-dev-7924-g5949c20
ksdebug.h File Reference
#include <evntrace.h>
Include dependency graph for ksdebug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QUOTE(x)   #x
 
#define QQUOTE(y)   QUOTE(y)
 
#define REMIND(str)   __FILE__ "(" QQUOTE(__LINE__) ") : " str
 

Macro Definition Documentation

◆ QQUOTE

#define QQUOTE (   y)    QUOTE(y)

Definition at line 28 of file ksdebug.h.

◆ QUOTE

#define QUOTE (   x)    #x

Definition at line 27 of file ksdebug.h.

◆ REMIND

#define REMIND (   str)    __FILE__ "(" QQUOTE(__LINE__) ") : " str

Definition at line 29 of file ksdebug.h.