DPRINTF->TRACE dlls/ddraw/dsurface/main.c

Alexandre Julliard julliard at winehq.com
Sun Mar 16 22:31:10 CST 2003


Lionel Ulmer <lionel.ulmer at free.fr> writes:

> If now something like that is present in the debug tools, I would be more
> than happy to change all that (when I find time as I'm pretty short of it
> lately). Of course, if this is already documented how to do it, tell me to
> RTFM :-)

There is wine_dbg_sprintf(). You can either use it directly, or if
more convenient build the string into a stack buffer and then use
wine_dbg_sprintf("%s") to copy it to the per-thread string buffer.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list