On Thu, 27 May 2004 08:48:18 +0100, zeeshaan umer wrote:
> "  invalid debug channel specification ' ZEE_DEFAULT_DEBUG_CHANNEL( );'   "

You use it like this:

WINE_DEFAULT_DEBUG_CHANNEL( whatever );

TRACE("foo\n");

will print:

trace:whatever:some_func foo

thanks -mike


Reply via email to