Commit 25cf49e7 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added missing TRACE define when NO_DEBUG_MSGS was defined.

parent 38aeff0a
......@@ -56,6 +56,7 @@ extern const char * const debug_ch_name[];
#define TRACE_(ch) __DPRINTF(__DBCL_TRACE,dbch_##ch)
#define TRACE_ON(ch) __GET_DEBUGGING(__DBCL_TRACE,dbch_##ch)
#else
#define TRACE __DUMMY_DPRINTF
#define TRACE_(ch) __DUMMY_DPRINTF
#define TRACE_ON(ch) 0
#endif /* NO_TRACE_MSGS */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment