Added wine_dbg_sprintf function that allocates a temporary buffer in
commit78ff6763ed42f38a020aa017af06937b25373154
authorAlexandre Julliard <julliard@winehq.org>
Fri, 3 Jan 2003 03:12:58 +0000 (3 03:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 3 Jan 2003 03:12:58 +0000 (3 03:12 +0000)
tree30a7d551592f738ecc9fabfb38505ac97a344dee
parentdfa6b127c2446609b092c582ec30d9641556f4fd
Added wine_dbg_sprintf function that allocates a temporary buffer in
the per-thread strings area.
Added inline functions to format POINT, SIZE and RECT structures.
dlls/ntdll/debugtools.c
include/wine/debug.h
include/wine/library.h
library/debug.c