ChangeSet ID: 6877 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/02 21:12:58
Modified files: library : debug.c include/wine : library.h debug.h dlls/ntdll : debugtools.c
Log message: 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.
Patch: http://cvs.winehq.com/patch.py?id=6877
Old revision New revision Changes Path 1.9 1.10 +24 -28 wine/library/debug.c 1.16 1.17 +2 -2 wine/include/wine/library.h 1.5 1.6 +33 -2 wine/include/wine/debug.h 1.26 1.27 +15 -25 wine/dlls/ntdll/debugtools.c