Home
last modified time | relevance | path

Searched defs:ERR__ (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/reactos/
H A Ddebug.h129 …#define ERR__(ch, fmt, ...) DbgPrintEx(ch, DPFLTR_ERROR_LEVEL, "(%s:%d) " fmt, __RELFILE__, __L… macro
148 #define ERR__(ch, ...) __noop macro
161 #define ERR__(ch, ...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro