having problem in understanding debug channels

Mike Hearn mike at navi.cx
Thu May 27 11:14:51 CDT 2004


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




More information about the wine-devel mailing list