Searched defs:DPRINT_IMPL (Results 1 – 1 of 1) sorted by relevance
28 #define DPRINT_IMPL(fmt, ...) do { \ macro36 #define DPRINT_IMPL __noop macro38 #define DPRINT_IMPL(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro48 #define DPRINT_IMPL __noop macro51 #define DPRINT_IMPL(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro